Skip to content

Commit

Permalink
Upgraded maven dependency and added version to Jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Aug 7, 2015
1 parent cc1478d commit bb8b959
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
12 changes: 10 additions & 2 deletions norconex-committer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<name>Norconex Committer Core</name>

<properties>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -229,6 +229,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<goals>
Expand Down
10 changes: 10 additions & 0 deletions norconex-committer-core/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
</properties>
<body>

<release version="2.0.2" date="2015-08-07" description="Maintenance release">
<action dev="essiembre" type="update">
Maven dependency updates: Norconex Commons Lang 1.7.0.
</action>
<action dev="essiembre" type="update">
Jar manifest now includes implementation entries and
specifications entries (matching Maven pom.xml).
</action>
</release>

<release version="2.0.1" date="2015-03-31" description="Maintenance release">
<action dev="martinfou" type="update">
Queued items in classes deriving AbstractFileQueueCommitter are now
Expand Down

0 comments on commit bb8b959

Please sign in to comment.