We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2917149 commit 9fb0495Copy full SHA for 9fb0495
1 file changed
proxy/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.wavefront</groupId>
6
<artifactId>proxy</artifactId>
7
- <version>11.1-SNAPSHOT</version>
+ <version>11.1</version>
8
9
<name>Wavefront Proxy</name>
10
<description>Service for batching and relaying metric traffic to Wavefront</description>
@@ -29,7 +29,7 @@
29
<connection>scm:git:git@github.com:wavefrontHQ/wavefront-proxy.git</connection>
30
<developerConnection>scm:git:git@github.com:wavefrontHQ/wavefront-proxy.git</developerConnection>
31
<url>git@github.com:wavefrontHQ/wavefront-proxy.git</url>
32
- <tag>release-11.x</tag>
+ <tag>proxy-11.1</tag>
33
</scm>
34
35
<distributionManagement>
0 commit comments