Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed May 25, 2017
1 parent 7a96944 commit 30cbeb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.8.1-SNAPSHOT</version>
<version>1.8.1</version>
<name>Norconex Collector Core</name>

<properties>
Expand Down Expand Up @@ -65,12 +65,12 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
5 changes: 3 additions & 2 deletions 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.8.1-SNAPSHOT" date="2017-??-??" description="Maintenance release">
<release version="1.8.1" date="2017-05-25" description="Maintenance release">
<action dev="essiembre,danizen" type="add">
MongoCrawlDataStore now support specifying the MongoDB authentication
mechanism to use (MONGODB-CR or SCRAM-SHA-1).
Expand All @@ -17,7 +17,8 @@
to use MongoDB 3.x API.
</action>
<action dev="danizen" type="update">
Dependency updates: Norconex Importer 2.7.1, Mongodb Driver 3.4.2,
Dependency updates: Norconex Importer 2.7.1,
Norconex Committer Core 2.1.1, Mongodb Driver 3.4.2,
Fongo 2.0.13 (for tests).
</action>
<action dev="essiembre" type="update">
Expand Down

0 comments on commit 30cbeb2

Please sign in to comment.