Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jul 22, 2015
1 parent ab6a92a commit 09516ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.2.0-SNAPSHOT</version>
<version>1.2.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.6-SNAPSHOT</version>
<version>4.0.6</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>

</dependencies>
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.2.0-SNAPSHOT" date="2015-??-??" description="Feature release">
<release version="1.2.0" date="2015-07-22" description="Feature release">
<action dev="essiembre" type="add">
New configurable option: ISpoiledStateStategyResolver. It allows one
to customize what strategy to adopt when a reference is in a bad
Expand Down

0 comments on commit 09516ac

Please sign in to comment.