diff --git a/CHANGES.xml b/CHANGES.xml index 779a5df..65694c2 100644 --- a/CHANGES.xml +++ b/CHANGES.xml @@ -7,6 +7,13 @@ + + + Fixed invalid configuration in POM "maven-dependency-plugin". + + + Major refactor to support Norconex Committer Core 3.x. Adds ability diff --git a/pom.xml b/pom.xml index cce5a89..ddebda7 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,11 @@ com.norconex.commons norconex-commons-maven-parent - 1.0.0-M1 + 1.0.0-SNAPSHOT com.norconex.collectors norconex-committer-idol - 3.0.0-M1 + 3.0.0-SNAPSHOT Norconex Committer IDOL MicroFocus IDOL implementation of Norconex Committer. @@ -130,7 +130,7 @@ resources ${project.build.directory}/shared-resources - norconex-commons-lang + norconex-commons-lang com.norconex.commons true diff --git a/src/main/java/com/norconex/committer/idol/IdolCommitter.java b/src/main/java/com/norconex/committer/idol/IdolCommitter.java index beca3e4..d3364cc 100644 --- a/src/main/java/com/norconex/committer/idol/IdolCommitter.java +++ b/src/main/java/com/norconex/committer/idol/IdolCommitter.java @@ -87,6 +87,7 @@ * * @author Pascal Essiembre */ +@SuppressWarnings("javadoc") public class IdolCommitter extends AbstractBatchCommitter { private static final Logger LOG =