Skip to content

Commit 9fed287

Browse files
author
Mori Bellamy
committed
[maven-release-plugin] prepare release wavefront-4.15
1 parent 85d77a4 commit 9fed287

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

dropwizard-metrics/3.1/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<parent>
55
<groupId>com.wavefront</groupId>
66
<artifactId>wavefront</artifactId>
7-
<version>4.15-SNAPSHOT</version>
7+
<version>4.15</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

1111
<artifactId>dropwizard-metrics-3.1</artifactId>
12-
<version>4.15-SNAPSHOT</version>
12+
<version>4.15</version>
1313
<name>Wavefront Dropwizard Metrics 3.1 Reporter</name>
1414
<description>Report metrics via the Wavefront Proxy</description>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>com.wavefront</groupId>
1919
<artifactId>java-client</artifactId>
20-
<version>4.15-SNAPSHOT</version>
20+
<version>4.15</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>io.dropwizard.metrics</groupId>

java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.wavefront</groupId>
1111
<artifactId>wavefront</artifactId>
12-
<version>4.15-SNAPSHOT</version>
12+
<version>4.15</version>
1313
</parent>
1414

1515
<developers>

java-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.wavefront</groupId>
99
<artifactId>wavefront</artifactId>
10-
<version>4.15-SNAPSHOT</version>
10+
<version>4.15</version>
1111
</parent>
1212

1313
<name>Wavefront Java Libraries</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.wavefront</groupId>
66
<artifactId>wavefront</artifactId>
7-
<version>4.15-SNAPSHOT</version>
7+
<version>4.15</version>
88
<modules>
99
<module>java-lib</module>
1010
<module>proxy</module>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:[email protected]:wavefronthq/java.git</connection>
3636
<developerConnection>scm:git:[email protected]:wavefronthq/java.git</developerConnection>
3737
<url>[email protected]:wavefronthq/java.git</url>
38-
<tag>wavefront-3.0</tag>
38+
<tag>wavefront-4.15</tag>
3939
</scm>
4040

4141
<distributionManagement>
@@ -58,7 +58,7 @@
5858
<jetty.version>9.4.5.v20170502</jetty.version>
5959
<jackson.version>2.7.4</jackson.version>
6060
<netty.version>4.1.11.Final</netty.version>
61-
<public.project.version>4.15-SNAPSHOT</public.project.version>
61+
<public.project.version>4.15</public.project.version>
6262
</properties>
6363

6464
<build>

proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wavefront</groupId>
77
<artifactId>wavefront</artifactId>
8-
<version>4.15-SNAPSHOT</version>
8+
<version>4.15</version>
99
</parent>
1010

1111
<properties>

yammer-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>wavefront</artifactId>
55
<groupId>com.wavefront</groupId>
6-
<version>4.15-SNAPSHOT</version>
6+
<version>4.15</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)