Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Apr 25, 2017
1 parent d210dd8 commit 23f8d0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions norconex-committer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Norconex Committer Core</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.baseurl/>
<norconex-commons-lang.version>1.13.0-SNAPSHOT</norconex-commons-lang.version>
<norconex-commons-lang.version>1.13.0</norconex-commons-lang.version>
</properties>
<inceptionYear>2009</inceptionYear>

Expand Down Expand Up @@ -85,6 +85,11 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion norconex-committer-core/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<body>

<release version="2.1.0-SNAPSHOT" date="2017-??=??" description="Maintenance release">
<release version="2.1.0" date="2017-04-25" description="Feature release">
<action dev="essiembre" type="add">
New XMLFileCommitter to write documents to XML files.
</action>
Expand Down

0 comments on commit 23f8d0c

Please sign in to comment.