Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wavefront-4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mori Bellamy committed May 5, 2017
1 parent b00d4cd commit f63b93b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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 @@ -4,20 +4,20 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>dropwizard-metrics-3.1</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9</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>4.9-SNAPSHOT</version>
<version>4.9</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 @@ -9,7 +9,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9</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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9</version>
</parent>

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

<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9</version>
<modules>
<module>java-lib</module>
<module>proxy</module>
Expand Down Expand Up @@ -35,7 +35,7 @@
<connection>scm:git:git@github.com:wavefronthq/java.git</connection>
<developerConnection>scm:git:git@github.com:wavefronthq/java.git</developerConnection>
<url>git@github.com:wavefronthq/java.git</url>
<tag>wavefront-3.0</tag>
<tag>wavefront-4.9</tag>
</scm>

<distributionManagement>
Expand All @@ -58,7 +58,7 @@
<jetty.version>9.2.10.v20150310</jetty.version>
<jackson.version>2.7.4</jackson.version>
<netty.version>4.0.35.Final</netty.version>
<public.project.version>4.9-SNAPSHOT</public.project.version>
<public.project.version>4.9</public.project.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.wavefront</groupId>
<artifactId>wavefront</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion yammer-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>wavefront</artifactId>
<groupId>com.wavefront</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f63b93b

Please sign in to comment.