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 085cd8b commit ee08fa9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
</properties>
<body>

<release version="3.0.0-RC1" date="2021-10-10"
description="Release Candidate 1.">
<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>
</release>

<release version="3.0.0-M1" date="2021-03-01" description="Feature release">
<!-- 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
Expand Down
20 changes: 18 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-idol</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.0</version>
<name>Norconex Committer IDOL</name>
<description>
MicroFocus IDOL implementation of Norconex Committer.
Expand Down Expand Up @@ -138,6 +138,22 @@
</executions>
</plugin>


<!-- TODO: DELETE ME -->
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.5.1</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>


</plugins>
</build>

Expand Down

0 comments on commit ee08fa9

Please sign in to comment.