diff --git a/pom.xml b/pom.xml index c31a7c7..1ac8d7e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.davidmarquis fluent-interface-proxy - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT jar fluent-interface-proxy @@ -82,6 +82,28 @@ 1.8 + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + @@ -96,28 +118,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - true - false - release - deploy - - org.apache.maven.plugins maven-source-plugin