From 3e1dd7df442f55d552cd6129e8f0fa394711577d Mon Sep 17 00:00:00 2001 From: David Marquis Date: Fri, 30 Jun 2017 10:56:51 -0400 Subject: [PATCH] Adapting pom.xml to release to Maven Central --- pom.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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