Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Feb 28, 2016
1 parent 5b68d2e commit 6a9b35d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions norconex-collector-core/TODO.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@

Version: 1.4.0
==============
- Refactor the whole approach of passing if new or modified to simplify it.

- Introduce full/incremental as part of collector framework
- Have document default value other than NEW (e.g. UNKNOWN, UNPROCESSED, etc)

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

Version: Any
==============
- Consider using Hibernate for the JDBC data store, for both embedded and
client-server databases. Ship with no drivers
except maybe for testing (or 1 for convenience, like H2).

- Consider changing default base directory for logs and progress
(to avoid logs and progress appearing twice in path by default).
4 changes: 2 additions & 2 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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>Norconex Collector Core</name>

<properties>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
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,9 +7,9 @@
</properties>
<body>

<release version="1.4.0-SNAPSHOT" date="2016-??-??" description="Maintenance release">
<release version="1.4.0" date="2016-02-28" description="Maintenance release">
<action dev="essiembre" type="update">
Maven direct dependency updates: Norconex Importer 2.5.0.
Maven dependency updates: Norconex Importer 2.5.0.
</action>
<action dev="niels" type="update" issue="2">
ExtensionReferenceFilter is now smarter at detecting extension.
Expand Down

0 comments on commit 6a9b35d

Please sign in to comment.