We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dd63e commit e6a8f7dCopy full SHA for e6a8f7d
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.j256.simplejmx</groupId>
6
<artifactId>simplejmx</artifactId>
7
- <version>3.2-SNAPSHOT</version>
+ <version>3.2</version>
8
<packaging>jar</packaging>
9
<name>Simple JMX</name>
10
<url>https://256stuff.com/sources/simplejmx/</url>
@@ -34,7 +34,7 @@
34
<url>https://github.com/j256/simplejmx</url>
35
<connection>scm:git:ssh://git@github.com/j256/simplejmx.git</connection>
36
<developerConnection>scm:git:ssh://git@github.com/j256/simplejmx.git</developerConnection>
37
- <tag>HEAD</tag>
+ <tag>simplejmx-3.2</tag>
38
</scm>
39
<developers>
40
<developer>
0 commit comments