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 2, 2022
1 parent d370369 commit 0ed3718
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
21 changes: 9 additions & 12 deletions CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,26 @@
</properties>
<body>

<release version="3.0.0-SNAPSHOT" date="2021-??-??"
description="Changes since RC1.">
</release>
<release version="3.0.0" date="2022-01-02"
description="Major release. NOT a drop-in replacement for 2.x.">

<!-- 3.0.0-RC1 -->

<release version="3.0.0-RC1" date="2021-10-09"
description="Release Candidate 1.">
<action dev="essiembre" type="update">
Maven dependency updates: Apache Commons CSV 1.9.0.
</action>
<action dev="essiembre" type="fix">
Fixed invalid configuration in POM "maven-dependency-plugin".
</action>
</release>

<release version="3.0.0-M2" date="2021-07-28"
description="Changes since last milestone for this upcoming major release.">
<!-- 3.0.0-M2 -->

<action dev="essiembre" type="add">
Updated parent dependencies.
</action>
</release>

<release version="3.0.0-M1" date="2021-03-01"
description="Milestone towards next major release.">

<!-- 3.0.0-M1 -->

<action dev="essiembre" type="add">
Most Committers (those relying on FSQueue) now have the ability to
retry failing batches as is, as well as reducing their size before
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-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Norconex Committer Core</name>

<properties>
Expand Down

0 comments on commit 0ed3718

Please sign in to comment.