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 2012/05/22 00:51:05 UTC

svn commit: r1341245 - in /aries/branches/blueprint-0.3.2-fixes: jmx-bundle/ jmx-bundle/pom.xml jmx-core/ jmx-core/pom.xml

Author: gnodet
Date: Mon May 21 22:51:04 2012
New Revision: 1341245

URL: http://svn.apache.org/viewvc?rev=1341245&view=rev
Log:
Import jmx for 0.3.x release

Added:
    aries/branches/blueprint-0.3.2-fixes/jmx-bundle/
      - copied from r1339649, aries/tags/jmx-0.3/jmx-bundle/
    aries/branches/blueprint-0.3.2-fixes/jmx-core/
      - copied from r1339649, aries/tags/jmx-0.3/jmx-core/
Modified:
    aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml
    aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml

Modified: aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml?rev=1341245&r1=1339649&r2=1341245&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml Mon May 21 22:51:04 2012
@@ -24,6 +24,7 @@
 
     <artifactId>org.apache.aries.jmx</artifactId>
     <packaging>bundle</packaging>
+    <version>0.3.1-SNAPSHOT</version>
     <name>Apache Aries JMX Bundle</name>
     <description>
        This bundle contains the standalone implementation of the along with the API.
@@ -75,10 +76,12 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.api</artifactId>
+		    <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core</artifactId>
+		    <version>0.3.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml?rev=1341245&r1=1339649&r2=1341245&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml Mon May 21 22:51:04 2012
@@ -24,6 +24,7 @@
 
     <artifactId>org.apache.aries.jmx.core</artifactId>
     <packaging>bundle</packaging>
+    <version>0.3.1-SNAPSHOT</version>
     <name>Apache Aries JMX Core</name>
     <description>
         This bundle contains the core implementation