Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wavefront-4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Dec 18, 2018
1 parent 2e75e23 commit aac6d63
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dropwizard-metrics/dropwizard-metrics-wavefront/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.34-SNAPSHOT</version>
<version>4.34</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions dropwizard-metrics/dropwizard-metrics/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.34-SNAPSHOT</version>
<version>4.34</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

<dependencies>
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>java-client</artifactId>
<version>4.34-SNAPSHOT</version>
<version>4.34</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
6 changes: 3 additions & 3 deletions dropwizard-metrics/dropwizard-metrics5/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.34-SNAPSHOT</version>
<version>4.34</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>dropwizard-metrics5</artifactId>
<version>4.34-SNAPSHOT</version>
<version>4.34</version>
<name>Wavefront Dropwizard5 Metrics reporter</name>
<description>Report metrics via the Wavefront Proxy</description>

<dependencies>
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>java-client</artifactId>
<version>4.34-SNAPSHOT</version>
<version>4.34</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics5</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.34-SNAPSHOT</version>
<version>4.34</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.34-SNAPSHOT</version>
<version>4.34</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.34-SNAPSHOT</version>
<version>4.34</version>
<modules>
<module>java-lib</module>
<module>proxy</module>
Expand Down Expand Up @@ -37,7 +37,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.34</tag>
</scm>

<distributionManagement>
Expand All @@ -61,7 +61,7 @@
<jetty.version>9.4.14.v20181114</jetty.version>
<jackson.version>2.9.6</jackson.version>
<netty.version>4.1.25.Final</netty.version>
<public.project.version>4.34-SNAPSHOT</public.project.version>
<public.project.version>4.34</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.34-SNAPSHOT</version>
<version>4.34</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.34-SNAPSHOT</version>
<version>4.34</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit aac6d63

Please sign in to comment.