Skip to content

Commit

Permalink
release 0.0.3 to replace failed 0.0.2 deployment to central
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton committed Apr 25, 2017
1 parent 204e0da commit 016934a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm</groupId>
<artifactId>parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/embedded/embedded-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>embedded</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/embedded/embedded-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>embedded</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/embedded/embedded-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>embedded</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/j2ee/j2ee-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>j2ee</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/j2ee/j2ee-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>j2ee</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/j2ee/j2ee-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>j2ee</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm.examples</groupId>
<artifactId>examples</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.honton.chas.datadog.apm</groupId>
<artifactId>parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.honton.chas.datadog.apm</groupId>
<artifactId>parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -592,7 +592,7 @@
</profile>

<!-- release to maven central
mvn clean deploy -pl client -P release
mvn clean deploy -pl client,. -P release
-->
<profile>
<id>release</id>
Expand Down

0 comments on commit 016934a

Please sign in to comment.