From 898f23417032c6d40ad9cdbcd447c179101f907e Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Wed, 1 Apr 2015 14:21:11 -0400 Subject: [PATCH] Preparing for release. --- norconex-committer-idol/pom.xml | 49 ++++++++++--------- .../src/changes/changes.xml | 8 ++- 2 files changed, 32 insertions(+), 25 deletions(-) diff --git a/norconex-committer-idol/pom.xml b/norconex-committer-idol/pom.xml index 9c52209..d4df2f6 100755 --- a/norconex-committer-idol/pom.xml +++ b/norconex-committer-idol/pom.xml @@ -1,5 +1,5 @@ @@ -56,28 +56,23 @@ junit junit - 4.11 + 4.12 test com.norconex.collectors norconex-committer-core - 2.0.1-SNAPSHOT - - - org.slf4j - slf4j-api - 1.7.5 + 2.0.1 org.slf4j slf4j-log4j12 - 1.7.5 + 1.7.12 commons-codec commons-codec - 1.7 + 1.10 @@ -101,7 +96,7 @@ ${project.build.testSourceDirectory} - **/*.html + ** @@ -114,6 +109,13 @@ **/*.java + + false + src/main/resources + + ** + + @@ -121,14 +123,14 @@ wagon-ssh 1.0 - - org.springframework.build.aws - org.springframework.build.aws.maven - 3.0.0.RELEASE - + + org.codehaus.mojo + sonar-maven-plugin + 2.5 + org.apache.maven.plugins maven-site-plugin @@ -165,10 +167,11 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.2 1.7 1.7 + UTF-8 @@ -212,7 +215,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 2.10.2 ${basedir}/src/main/javadoc/overview.html protected @@ -243,7 +246,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 2.4 attach-sources @@ -256,7 +259,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.2 + 2.6 @@ -268,7 +271,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -336,7 +339,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.6 + 2.7 diff --git a/norconex-committer-idol/src/changes/changes.xml b/norconex-committer-idol/src/changes/changes.xml index 263e266..c001623 100644 --- a/norconex-committer-idol/src/changes/changes.xml +++ b/norconex-committer-idol/src/changes/changes.xml @@ -7,12 +7,16 @@ - + Added Sonatype repository to pom.xml for snapshot releases. - Upgraded Norconex Committer Core to 2.0.1. + Updated several maven plugins and added SonarQube maven plugin. + + + Library updates: Norconex Committer Core 2.0.1, SLF4j 1.7.12, + Apache Commons Codec 1.10.