From a8d1fd805ff4059f64c354be53a7392bb2f0f850 Mon Sep 17 00:00:00 2001 From: Guillaume Polaert Date: Mon, 22 May 2017 14:46:31 +0200 Subject: [PATCH] adding maven goal for the release push --- pom.xml | 234 ++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 153 insertions(+), 81 deletions(-) diff --git a/pom.xml b/pom.xml index dccba79668..336c0a1519 100644 --- a/pom.xml +++ b/pom.xml @@ -1,34 +1,58 @@ - - 4.0.0 + + 4.0.0 - com.datadog - raclette-java - 1.0-SNAPSHOT + com.datadoghq + dd-trace-java + 1.0 0.22.0 + 1.6 - + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + + + + https://github.com/datadog/dd-trace-java + scm:git:git://github.com/datadog/dd-trace-java.git + scm:git:git@github.com:datadog/dd-trace-java.git + dd-trace-java-1.0 + + + + + datadog + Datadog developers + dev@datadoghq.com + + + + + - - io.opentracing - opentracing-api - ${opentracing.version} - - - io.opentracing - opentracing-noop - ${opentracing.version} - - - io.opentracing - opentracing-util - ${opentracing.version} - + + io.opentracing + opentracing-api + ${opentracing.version} + + + io.opentracing + opentracing-noop + ${opentracing.version} + + + io.opentracing + opentracing-util + ${opentracing.version} + io.opentracing.contrib opentracing-tracerresolver @@ -36,68 +60,116 @@ - - com.fasterxml.jackson.core - jackson-databind - 2.8.8 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - 2.8.8 - - - - - org.slf4j - slf4j-api - 1.7.25 - - - ch.qos.logback - logback-classic - 1.2.3 - + + com.fasterxml.jackson.core + jackson-databind + 2.8.8 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.8.8 + + + + + org.slf4j + slf4j-api + 1.7.25 + + + ch.qos.logback + logback-classic + 1.2.3 + - - com.google.auto.service - auto-service - 1.0-rc3 - + + com.google.auto.service + auto-service + 1.0-rc3 + - - - junit - junit - 4.12 - test - - - org.assertj - assertj-core - 3.6.2 - test - - - org.mockito - mockito-core - 2.7.22 - test - - + + + junit + junit + 4.12 + test + + + org.assertj + assertj-core + 3.6.2 + test + + + org.mockito + mockito-core + 2.7.22 + test + + - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - - - + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + + + \ No newline at end of file