-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES.xml
29 lines (23 loc) · 1.04 KB
/
CHANGES.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Norconex SQL Committer Project</title>
<author email="info@norconex.com">Norconex Inc.</author>
</properties>
<body>
<release version="3.0.0" date="2022-01-04"
description="Major release. NOT a drop-in replacement for 2.x.">
<!-- 3.0.0-RC1 -->
<action dev="essiembre" type="fix">
Fixed invalid configuration in POM "maven-dependency-plugin".
</action>
<!-- 3.0.0-M1 -->
<action dev="essiembre" type="update">
Major refactor to support Norconex Committer Core 3.x. Adds ability
to retry failing batches, perform field mapping, routing, etc. See
Norconex Committer Core 3.x documentation for more details.
</action>
</release>
</body>
</document>