Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Nov 26, 2017
1 parent 8a27577 commit 2428e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions norconex-committer-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-elasticsearch</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<name>Norconex Committer Elasticsearch</name>
<description>Elasticsearch implementation of Norconex Committer.</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.baseurl />
<norconex-commons-lang.version>1.14.0-SNAPSHOT</norconex-commons-lang.version>
<norconex-commons-lang.version>1.14.0</norconex-commons-lang.version>
<elasticsearch.version>5.6.3</elasticsearch.version>
</properties>
<inceptionYear>2013</inceptionYear>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion norconex-committer-elasticsearch/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<body>

<release version="4.1.0-SNAPSHOT" date="2017-??-??" description="Feature release">
<release version="4.1.0" date="2017-11-26" description="Feature release">
<action dev="essiembre" type="add">
New "fixBadIds" configuration options for modifying references
that are invalid for Elasticsearch ID limitations.
Expand Down

0 comments on commit 2428e75

Please sign in to comment.