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 26, 2017
1 parent eb1ba72 commit 1d1f503
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
5 changes: 0 additions & 5 deletions norconex-collector-core/TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
activeCount in AbstractCrawler#processNextReference is equal or less
than number of thread and the crawler has been running idle for too long.

- 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.

- Consider adding metadata checksummer to AbstractCrawlerConfig
given there are already metadata filters. Add Metadata checksum stage as well?

Expand Down
36 changes: 23 additions & 13 deletions norconex-collector-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-core</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<name>Norconex Collector Core</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.baseurl />
<norconex-commons-lang.version>1.13.0-SNAPSHOT</norconex-commons-lang.version>
<norconex-commons-lang.version>1.13.0</norconex-commons-lang.version>
</properties>
<inceptionYear>2014</inceptionYear>

Expand Down Expand Up @@ -60,17 +60,17 @@
<dependency>
<groupId>com.norconex.jef</groupId>
<artifactId>norconex-jef</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -130,11 +130,21 @@
<artifactId>jsoup</artifactId>
<version>1.10.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down Expand Up @@ -448,14 +458,14 @@
<id>norconex-site-deployment</id>
<url>${site.baseurl}/collectors/collector-core/latest</url>
</site>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<reporting>
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.8.0-SNAPSHOT" date="2017-??-??" description="Feature release">
<release version="1.8.0" date="2017-04-26" description="Feature release">
<action dev="essiembre" type="add">
Added schema-based XML configuration validation which can be trigged
on command prompt with this new flag: -k or --checkcfg
Expand Down Expand Up @@ -39,7 +39,7 @@
<action dev="essiembre" type="update">
Dependency updates: Norconex Commons Lang 1.13.0,
Norconex Importer 2.7.0, Norconex JEF API 4.1.0,
Norconex Committer Core 2.0.6, JSoup 1.10.2.
Norconex Committer Core 2.1.0, JSoup 1.10.2.
</action>
<action dev="essiembre" type="update">
Modified Javadoc to include an XML usage example for all
Expand Down

0 comments on commit 1d1f503

Please sign in to comment.