Author: chetanm
Date: Mon Sep  1 08:37:08 2014
New Revision: 1621703

URL: http://svn.apache.org/r1621703
Log:
SLING-3902 - InstallerMBean registration fails

Update the Aries JMX bundle to 1.1.0 to support JMX registration where MBean 
interface and the impl class are in different packages

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1621703&r1=1621702&r2=1621703&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Mon Sep  1 08:37:08 
2014
@@ -414,7 +414,7 @@
         <bundle>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.api</artifactId>
-            <version>0.3</version>
+            <version>1.1.0</version>
         </bundle>
         <bundle>
             <groupId>org.apache.aries</groupId>
@@ -424,12 +424,12 @@
         <bundle>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core</artifactId>
-            <version>0.3</version>
+            <version>1.1.1</version>
         </bundle>
         <bundle>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.whiteboard</artifactId>
-            <version>0.3</version>
+            <version>1.0.0</version>
         </bundle>
     </startLevel>
 


Reply via email to