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 2291aa8 commit 923f8e6Copy full SHA for 923f8e6
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>org.weakref</groupId>
4
<artifactId>jmxutils</artifactId>
5
<packaging>jar</packaging>
6
- <version>1.27</version>
+ <version>1.28-SNAPSHOT</version>
7
<name>jmxutils</name>
8
<description>Exporting JMX mbeans made easy</description>
9
<url>https://github.com/martint/jmxutils</url>
@@ -25,7 +25,7 @@
25
<connection>scm:git:git://github.com/martint/jmxutils.git</connection>
26
<developerConnection>scm:git:git@github.com:martint/jmxutils.git</developerConnection>
27
28
- <tag>1.27</tag>
+ <tag>HEAD</tag>
29
</scm>
30
31
<properties>
0 commit comments