We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec0147 commit 7bdfd84Copy full SHA for 7bdfd84
jmx/jmx-mbeanserver-platform/pom.xml
@@ -29,7 +29,7 @@
29
</parent>
30
31
<artifactId>org.apache.aries.jmx.mbeanserver-platform</artifactId>
32
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
33
<packaging>bundle</packaging>
34
<name>Apache Aries JMX MBeanServer (Platform)</name>
35
<description>
@@ -39,7 +39,7 @@
39
<scm>
40
<connection>scm:git:git@github.com:apache/aries.git</connection>
41
<developerConnection>scm:git:git@github.com:apache/aries.git</developerConnection>
42
- <tag>org.apache.aries.jmx.mbeanserver-platform-0.0.1</tag>
+ <tag>HEAD</tag>
43
</scm>
44
45
<properties>
0 commit comments