Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Aug 26, 2016
1 parent f5b66a1 commit a6c1dc4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions norconex-collector-core/TODO.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
- To remove number of dependencies and reduce maintenance, deprecate:
- To remove number of dependencies and reduce maintenance,
deprecate and eventually remove:
- MapDB given MVStore is a more stable and as fast equivalent.
- Derby given H2 is a significantly faster equivalent.

- Refactor the whole approach of passing if new or modified to simplify it.

- Introduce full/incremental as part of collector framework
- Introduce full/incremental flag as part of collector framework

- Have document default value other than NEW (e.g. UNKNOWN, UNPROCESSED, etc)

Expand Down
20 changes: 10 additions & 10 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.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<name>Norconex Collector Core</name>

<properties>
Expand Down Expand Up @@ -69,12 +69,12 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -119,18 +119,18 @@
<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<version>4.4.1</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.8.3</version>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
4 changes: 2 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.6.0-SNAPSHOT" date="2016-??-??" description="Feature release">
<release version="1.6.0" date="2016-08-25" description="Feature release">
<action dev="essiembre" type="add">
New "checkcfg" launch action that will load a configuration
without doing anything with it (to help resolve config issues).
Expand All @@ -26,7 +26,7 @@
</action>
<action dev="essiembre" type="update">
Dependency updates: Norconex Importer 2.6.0,
Norconex Committer Core 2.0.4, JSoup 1.8.3, Apache Commons DBCP 2.1.1,
Norconex Committer Core 2.0.5, JSoup 1.9.2, Apache Commons DBCP 2.1.1,
H2 Database 1.4.192.
</action>
<action dev="essiembre" type="update">
Expand Down

0 comments on commit a6c1dc4

Please sign in to comment.