Skip to content

Commit

Permalink
make 3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Pang committed Apr 29, 2016
1 parent a991f6c commit c0db0c4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions dropwizard-metrics/3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>dropwizard-metrics-3.1</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
<name>Wavefront Dropwizard Metrics 3.1 Reporter</name>
<description>Report metrics via the Wavefront Proxy</description>

<dependencies>
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>java-client</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
6 changes: 3 additions & 3 deletions dropwizard-metrics/4.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>dropwizard-metrics-4.0</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
<name>Wavefront Dropwizard Metrics 4.0 Reporter</name>
<description>Report metrics via the Wavefront Proxy</description>

<dependencies>
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>java-client</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
</parent>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion java-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
</parent>

<name>Wavefront Java Libraries</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
<modules>
<module>java-lib</module>
<module>proxy</module>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>java-lib</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>3.13-SNAPSHOT</version>
<version>3.13</version>
</parent>

<artifactId>proxy</artifactId>
Expand Down

0 comments on commit c0db0c4

Please sign in to comment.