diff --git a/pom.xml b/pom.xml index 6760f731..04d7141e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.skyscreamer jsonassert - 1.5.3 + 1.5.3-SNAPSHOT jar JSONassert @@ -76,36 +76,6 @@ org.apache.maven.plugins maven-site-plugin - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - ${java.home}/bin/javadoc - 8 - - org.sonatype.plugins nexus-staging-maven-plugin @@ -114,7 +84,7 @@ ossrh https://oss.sonatype.org/ - true + false @@ -157,15 +127,39 @@ - release-sign-artifacts - - - performRelease - true - - + deploy + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + ${java.home}/bin/javadoc + ${maven.compiler.release} + + org.apache.maven.plugins maven-gpg-plugin