Skip to content

Commit 0e93482

Browse files
committed
[maven-release-plugin] prepare release wavefront-10.12
1 parent d30060c commit 0e93482

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 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>10.12-SNAPSHOT</version>
7+
<version>10.12</version>
88
<modules>
99
<module>proxy</module>
1010
</modules>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git@github.com:wavefronthq/java.git</connection>
3232
<developerConnection>scm:git:git@github.com:wavefronthq/java.git</developerConnection>
3333
<url>git@github.com:wavefronthq/java.git</url>
34-
<tag>release-10.x</tag>
34+
<tag>wavefront-10.12</tag>
3535
</scm>
3636

3737
<distributionManagement>

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>10.12-SNAPSHOT</version>
8+
<version>10.12</version>
99
</parent>
1010

1111
<properties>

0 commit comments

Comments
 (0)