Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Dec 14, 2016
1 parent 9f8565e commit 83e96ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions norconex-collector-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-core</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<name>Norconex Collector Core</name>

<properties>
Expand Down Expand Up @@ -64,12 +64,12 @@
<dependency>
<groupId>com.norconex.jef</groupId>
<artifactId>norconex-jef</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
Expand Down
2 changes: 1 addition & 1 deletion norconex-collector-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="1.7.0-SNAPSHOT" date="2016-??-??" description="Feature release">
<release version="1.7.0" date="2016-12-14" description="Feature release">
<action dev="essiembre" type="add">
It is now possible to add JEF-related listeners on the collector
configuration.
Expand Down

0 comments on commit 83e96ec

Please sign in to comment.