Skip to content

Commit ccfcafa

Browse files
committed
Milestone release.
1 parent 898b74a commit ccfcafa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
</properties>
88
<body>
99

10-
<release version="3.0.0-SNAPSHOT" date="2021-??-??" description="Feature release">
10+
<release version="3.0.0-M1" date="2021-03-01"
11+
description="Milestone towards next major release.">
1112
<action dev="essiembre" type="update">
1213
Major refactor to support Norconex Committer Core 3.x. Adds ability
1314
to retry failing batches, perform field mapping, routing, etc. See

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<parent>
2121
<groupId>com.norconex.commons</groupId>
2222
<artifactId>norconex-commons-maven-parent</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0-M1</version>
2424
</parent>
2525
<groupId>com.norconex.collectors</groupId>
2626
<artifactId>norconex-committer-sql</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M1</version>
2828
<name>Norconex Committer SQL</name>
2929
<description>SQL database implementation of Norconex Committer.</description>
3030

0 commit comments

Comments
 (0)