From 1d1f5035347bf56b9b62d4b8e09b5b1b9cc0c646 Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Wed, 26 Apr 2017 01:18:41 -0400 Subject: [PATCH] Preparing for release. --- norconex-collector-core/TODO.txt | 5 --- norconex-collector-core/pom.xml | 36 ++++++++++++------- .../src/changes/changes.xml | 4 +-- 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/norconex-collector-core/TODO.txt b/norconex-collector-core/TODO.txt index e671d8c..fbc646c 100644 --- a/norconex-collector-core/TODO.txt +++ b/norconex-collector-core/TODO.txt @@ -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? diff --git a/norconex-collector-core/pom.xml b/norconex-collector-core/pom.xml index e8b5a0f..86b6794 100644 --- a/norconex-collector-core/pom.xml +++ b/norconex-collector-core/pom.xml @@ -18,14 +18,14 @@ 4.0.0 com.norconex.collectors norconex-collector-core - 1.8.0-SNAPSHOT + 1.8.0 Norconex Collector Core UTF-8 UTF-8 - 1.13.0-SNAPSHOT + 1.13.0 2014 @@ -60,17 +60,17 @@ com.norconex.jef norconex-jef - 4.1.0-SNAPSHOT + 4.1.0 com.norconex.collectors norconex-importer - 2.7.0-SNAPSHOT + 2.7.0 com.norconex.collectors norconex-committer-core - 2.1.0-SNAPSHOT + 2.1.0 commons-beanutils @@ -130,11 +130,21 @@ jsoup 1.10.2 + + org.slf4j + slf4j-api + 1.7.12 + commons-lang commons-lang 2.6 + + commons-collections + commons-collections + 3.2.2 + org.apache.httpcomponents httpclient @@ -448,14 +458,14 @@ norconex-site-deployment ${site.baseurl}/collectors/collector-core/latest - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + diff --git a/norconex-collector-core/src/changes/changes.xml b/norconex-collector-core/src/changes/changes.xml index 0ba2cc3..4de8470 100644 --- a/norconex-collector-core/src/changes/changes.xml +++ b/norconex-collector-core/src/changes/changes.xml @@ -7,7 +7,7 @@ - + Added schema-based XML configuration validation which can be trigged on command prompt with this new flag: -k or --checkcfg @@ -39,7 +39,7 @@ 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. Modified Javadoc to include an XML usage example for all