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 9, 2015
1 parent 4195e0d commit cd99182
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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>Norconex Collector Core</name>

<properties>
Expand Down Expand Up @@ -58,12 +58,12 @@
<dependency>
<groupId>com.norconex.jef</groupId>
<artifactId>norconex-jef</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.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.1.0-SNAPSHOT" date="2015-??-??" description="Feature release">
<release version="1.1.0" date="2015-04-08" description="Feature release">
<action dev="essiembre" type="add">
New methods and configuration attribute to disable
checksum creation in MD5DocumentChecksummer.
Expand Down

0 comments on commit cd99182

Please sign in to comment.