From ee08fa9e1c52dff2eaa30b09ffe780c0ad2547a0 Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Tue, 4 Jan 2022 02:35:45 -0500 Subject: [PATCH] Preparing for release. --- CHANGES.xml | 11 +++++++---- pom.xml | 20 ++++++++++++++++++-- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGES.xml b/CHANGES.xml index b67a958..01fb4a5 100644 --- a/CHANGES.xml +++ b/CHANGES.xml @@ -7,14 +7,17 @@ - + + + + Fixed invalid configuration in POM "maven-dependency-plugin". - - + + Major refactor to support Norconex Committer Core 3.x. Adds ability to retry failing batches, perform field mapping, routing, etc. See diff --git a/pom.xml b/pom.xml index 93e75e1..7667be3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,11 @@ com.norconex.commons norconex-commons-maven-parent - 1.0.0-RC1 + 1.0.0 com.norconex.collectors norconex-committer-idol - 3.0.0-RC1 + 3.0.0 Norconex Committer IDOL MicroFocus IDOL implementation of Norconex Committer. @@ -138,6 +138,22 @@ + + + + org.owasp + dependency-check-maven + 6.5.1 + + + + check + + + + + +