diff --git a/README.adoc b/README.adoc index de703fb..6198b7b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Jipsy :author: Andres Almiray -:version: 0.4.1 +:version: 0.4.0 :project-name: jipsy image::media/jipsy-logo.png[] diff --git a/jipsy-test-support/pom.xml b/jipsy-test-support/pom.xml index 17482ee..b3916b2 100644 --- a/jipsy-test-support/pom.xml +++ b/jipsy-test-support/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 org.kordamp.jipsy jipsy-parent - 0.4.1 + 0.4.0 ../pom.xml diff --git a/jipsy-tests/pom.xml b/jipsy-tests/pom.xml index 0fc9e62..7230e9f 100644 --- a/jipsy-tests/pom.xml +++ b/jipsy-tests/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 org.kordamp.jipsy jipsy-parent - 0.4.1 + 0.4.0 ../pom.xml diff --git a/jipsy/pom.xml b/jipsy/pom.xml index 69b6454..d9cad93 100644 --- a/jipsy/pom.xml +++ b/jipsy/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 org.kordamp.jipsy jipsy-parent - 0.4.1 + 0.4.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 6282f6c..39581ec 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,9 @@ - + 4.0.0 org.kordamp.jipsy jipsy-parent pom - 0.4.1 + 0.4.0 ${project.groupId}:${project.artifactId} http://github.com/aalmiray/jipsy Configurable Java Annotation Processor to simplify the use of @@ -124,45 +122,50 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + true + + + install + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + true + + + install + + jar + + + + - - - release - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - true - - - install - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - true - - - install - - jar - - - - - - - -