diff --git a/dd-trace-examples/pom.xml b/dd-trace-examples/pom.xml index 64cdf7d059..429c222521 100644 --- a/dd-trace-examples/pom.xml +++ b/dd-trace-examples/pom.xml @@ -12,11 +12,6 @@ dd-trace-examples pom - - true - - - async-tracing dropwizard-mongo-client diff --git a/pom.xml b/pom.xml index c4be76f03e..5b5e284996 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,20 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + org.apache.maven.plugins maven-compiler-plugin @@ -82,7 +96,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.3 + 1.6.7 true ossrh @@ -90,6 +104,17 @@ true + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + +