Author: jbonofre
Date: Mon Jul 14 15:43:14 2014
New Revision: 1610438
URL: http://svn.apache.org/r1610438
Log:
Fix jmx artifacts version
Modified:
aries/trunk/jmx/jmx-bundle/pom.xml
aries/trunk/jmx/jmx-core-whiteboard/pom.xml
aries/trunk/jmx/jmx-itests/pom.xml
Modified: aries/trunk/jmx/jmx-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-bundle/pom.xml?rev=1610438&r1=1610437&r2=1610438&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-bundle/pom.xml (original)
+++ aries/trunk/jmx/jmx-bundle/pom.xml Mon Jul 14 15:43:14 2014
@@ -92,12 +92,12 @@
<dependency>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.api</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.core</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Modified: aries/trunk/jmx/jmx-core-whiteboard/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-core-whiteboard/pom.xml?rev=1610438&r1=1610437&r2=1610438&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-core-whiteboard/pom.xml (original)
+++ aries/trunk/jmx/jmx-core-whiteboard/pom.xml Mon Jul 14 15:43:14 2014
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.core</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Modified: aries/trunk/jmx/jmx-itests/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/pom.xml?rev=1610438&r1=1610437&r2=1610438&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-itests/pom.xml (original)
+++ aries/trunk/jmx/jmx-itests/pom.xml Mon Jul 14 15:43:14 2014
@@ -58,13 +58,13 @@
<dependency>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.api</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.core</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>