updating to 0.0.1

This commit is contained in:
Guillaume Polaert 2017-05-29 16:10:19 +02:00
parent e01146b753
commit cc3b394bd7
8 changed files with 63 additions and 36 deletions

View File

@ -31,7 +31,7 @@
</excludes> </excludes>
<forkCount>3</forkCount> <forkCount>3</forkCount>
<reuseForks>false</reuseForks> <reuseForks>false</reuseForks>
<argLine>-Xmx500m -Xms500m -XX:MaxPermSize=256m <argLine>-Xmx500m -Xms500m -XX:MaxPermSize=256m -Dorg.jboss.byteman.verbose=true -Djavaagent.enableAnnotations
-javaagent:${M2_REPO}/com/datadoghq/dd-java-agent/${project.version}/dd-java-agent-${project.version}.jar</argLine> -javaagent:${M2_REPO}/com/datadoghq/dd-java-agent/${project.version}/dd-java-agent-${project.version}.jar</argLine>
<workingDirectory>target/FORK_DIRECTORY_${surefire.forkNumber}</workingDirectory> <workingDirectory>target/FORK_DIRECTORY_${surefire.forkNumber}</workingDirectory>
</configuration> </configuration>
@ -614,6 +614,34 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>rest</artifactId>
<version>5.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>httpasyncclient</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
<exclusion>
<artifactId>httpcore-nio</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
<exclusion>
<artifactId>httpcore</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
<exclusion>
<artifactId>commons-codec</artifactId>
<groupId>commons-codec</groupId>
</exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId> <artifactId>log4j-api</artifactId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<artifactId>dd-trace-java</artifactId> <artifactId>dd-trace-java</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>dd-java-agent</artifactId> <artifactId>dd-java-agent</artifactId>
@ -14,7 +14,6 @@
<properties> <properties>
<ot.dd-trace.version>1.0-SNAPSHOT</ot.dd-trace.version>
<ot.agent.version>0.0.12</ot.agent.version> <ot.agent.version>0.0.12</ot.agent.version>
<ot.contrib.webservlet.version>0.0.8</ot.contrib.webservlet.version> <ot.contrib.webservlet.version>0.0.8</ot.contrib.webservlet.version>
<ot.contrib.mongo.version>0.0.1</ot.contrib.mongo.version> <ot.contrib.mongo.version>0.0.1</ot.contrib.mongo.version>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<artifactId>dd-trace-examples</artifactId> <artifactId>dd-trace-examples</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>async-tracing</artifactId> <artifactId>async-tracing</artifactId>
@ -14,9 +14,7 @@
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<properties>
<ot.dd-trace.version>1.0-SNAPSHOT</ot.dd-trace.version>
</properties>
<dependencies> <dependencies>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<artifactId>dd-trace-examples</artifactId> <artifactId>dd-trace-examples</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>dropwizard-mongo-client</artifactId> <artifactId>dropwizard-mongo-client</artifactId>
@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<artifactId>dd-java-agent</artifactId> <artifactId>dd-java-agent</artifactId>
<version>1.0-SNAPSHOT</version> <version>${ot.dd-trace.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>dd-trace-java</artifactId> <artifactId>dd-trace-java</artifactId>
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<version>1.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<artifactId>dd-trace-examples</artifactId> <artifactId>dd-trace-examples</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-jdbc</artifactId> <artifactId>spring-boot-jdbc</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<artifactId>dd-trace-java</artifactId> <artifactId>dd-trace-java</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>dd-trace</artifactId> <artifactId>dd-trace</artifactId>

50
pom.xml
View File

@ -5,12 +5,14 @@
<groupId>com.datadoghq</groupId> <groupId>com.datadoghq</groupId>
<artifactId>dd-trace-java</artifactId> <artifactId>dd-trace-java</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<opentracing.version>0.22.0</opentracing.version> <opentracing.version>0.22.0</opentracing.version>
<java.version>1.7</java.version> <java.version>1.7</java.version>
<ot.dd-trace.version>0.0.1-SNAPSHOT</ot.dd-trace.version>
</properties> </properties>
<licenses> <licenses>
@ -79,30 +81,30 @@
</configuration> </configuration>
</plugin> </plugin>
<!--<plugin>--> <!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>--> <!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-gpg-plugin</artifactId>--> <!--<artifactId>maven-gpg-plugin</artifactId>-->
<!--<version>1.6</version>--> <!--<version>1.6</version>-->
<!--<executions>--> <!--<executions>-->
<!--<execution>--> <!--<execution>-->
<!--<id>sign-artifacts</id>--> <!--<id>sign-artifacts</id>-->
<!--<phase>verify</phase>--> <!--<phase>verify</phase>-->
<!--<goals>--> <!--<goals>-->
<!--<goal>sign</goal>--> <!--<goal>sign</goal>-->
<!--</goals>--> <!--</goals>-->
<!--</execution>--> <!--</execution>-->
<!--</executions>--> <!--</executions>-->
<!--</plugin>--> <!--</plugin>-->
<!-- <plugin> --> <!-- <plugin> -->
<!-- <groupId>org.sonatype.plugins</groupId> --> <!-- <groupId>org.sonatype.plugins</groupId> -->
<!-- <artifactId>nexus-staging-maven-plugin</artifactId> --> <!-- <artifactId>nexus-staging-maven-plugin</artifactId> -->
<!-- <version>1.6.3</version> --> <!-- <version>1.6.3</version> -->
<!-- <extensions>true</extensions> --> <!-- <extensions>true</extensions> -->
<!-- <configuration> --> <!-- <configuration> -->
<!-- <serverId>ossrh</serverId> --> <!-- <serverId>ossrh</serverId> -->
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl> --> <!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl> -->
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> --> <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -->
<!-- </configuration> --> <!-- </configuration> -->
<!-- </plugin> --> <!-- </plugin> -->
</plugins> </plugins>
</build> </build>