Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jan 4, 2022
1 parent 3709681 commit 577af52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
</properties>
<body>

<release version="2.0.0-RC1" date="2021-10-10"
description="Release Candidate 1.">
<release version="2.0.0" date="2022-01-04"
description="Major release. NOT a drop-in replacement for 1.x.">

<!-- 2.0.0-RC1 -->

<action dev="essiembre" type="fix">
Fixed invalid configuration in POM "maven-dependency-plugin".
</action>
</release>

<!-- 2.0.0-M1 -->

<release version="2.0.0-M1" date="2021-03-01"
description="Milestone towards next major release.">
<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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-maven-parent</artifactId>
<version>1.0.0-RC1</version>
<version>1.0.0</version>
</parent>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-cloudsearch</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0</version>
<name>Norconex Committer CloudSearch</name>
<description>Amazon CloudSaerch implementation of Norconex Committer.</description>

Expand Down

0 comments on commit 577af52

Please sign in to comment.