You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2016/03/15 16:08:41 UTC

svn commit: r1735099 - /aries/trunk/jmx/jmx-core/pom.xml

Author: gnodet
Date: Tue Mar 15 15:08:41 2016
New Revision: 1735099

URL: http://svn.apache.org/viewvc?rev=1735099&view=rev
Log:
Use jmx api 1.1.0

Modified:
    aries/trunk/jmx/jmx-core/pom.xml

Modified: aries/trunk/jmx/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-core/pom.xml?rev=1735099&r1=1735098&r2=1735099&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-core/pom.xml (original)
+++ aries/trunk/jmx/jmx-core/pom.xml Tue Mar 15 15:08:41 2016
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.api</artifactId>
-            <version>${project.version}</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>