diff --git a/CHANGELOG b/CHANGELOG index 21544ff..97c6351 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ CHANGELOG ========= +0.3.0 +------ + +* * 230c1ca Upgrade maven-pmd-plugin to 3.6 +* * ca82b4d Only use javadoc, source and deploy plugins in release profile + 0.2.0 ------ diff --git a/pom.xml b/pom.xml index 11d6047..374eeed 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 0.2.0 + 0.3.0 pom Kemitix Parent @@ -52,7 +52,7 @@ - release-sign-artifacts + release performRelease @@ -77,10 +77,46 @@ - + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + verify + + jar + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + - + @@ -168,7 +204,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.5 + 3.6 pmd @@ -262,41 +298,6 @@ - - - org.apache.maven.plugins - maven-source-plugin - 2.4 - - - attach-sources - verify - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - attach-javadocs - verify - - jar - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - @@ -338,7 +339,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.5 + 3.6 true