You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/04/08 22:50:46 UTC

svn commit: r1311098 - in /aries/branches/1.0-prototype: jmx/ jmx/jmx-api/ jmx/jmx-blueprint-api/ jmx/jmx-blueprint-bundle/ jmx/jmx-blueprint-core/ jmx/jmx-bundle/ jmx/jmx-core-whiteboard/ jmx/jmx-core/ jmx/jmx-itests/ jmx/jmx-whiteboard/ samples/

Author: cumminsh
Date: Sun Apr  8 20:50:45 2012
New Revision: 1311098

URL: http://svn.apache.org/viewvc?rev=1311098&view=rev
Log:
Moving jmx to 1.0.0-SNAPSHOT. No test changes needed.

Modified:
    aries/branches/1.0-prototype/jmx/jmx-api/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-blueprint-api/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-blueprint-bundle/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-bundle/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-core/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-whiteboard/pom.xml
    aries/branches/1.0-prototype/jmx/pom.xml
    aries/branches/1.0-prototype/samples/pom.xml

Modified: aries/branches/1.0-prototype/jmx/jmx-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-api/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-api/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-api/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.api</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX API</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
         This bundle contains the JMX 1.0.0 API
     </description>

Modified: aries/branches/1.0-prototype/jmx/jmx-blueprint-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-blueprint-api/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-blueprint-api/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-blueprint-api/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.blueprint.api</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Blueprint API</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
         This bundle contains the JMX Blueprint API
     </description>

Modified: aries/branches/1.0-prototype/jmx/jmx-blueprint-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-blueprint-bundle/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-blueprint-bundle/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-blueprint-bundle/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.blueprint</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Blueprint Bundle</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
        This bundle contains the standalone implementation of the along with the API.
     </description>
@@ -69,12 +69,12 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.blueprint.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.blueprint.core</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.blueprint.core</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Blueprint Core</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
         This bundle contains the core implementation of the JMX Blueprint API
     </description>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.blueprint.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-bundle/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-bundle/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-bundle/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Bundle</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
        This bundle contains the standalone implementation of the along with the API.
     </description>
@@ -84,12 +84,12 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.core.whiteboard</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Core via Whiteboards</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
         This bundle contains an implementation of the JMX Core specification which registers the
         MBeans as services in the service registry. This allows the whiteboard module to be
@@ -67,12 +67,12 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-core/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-core/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-core/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.core</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Core</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
         This bundle contains the core implementation 
 		of the JMX Control specification
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.api</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.itests</artifactId>
     <packaging>jar</packaging>
     <name>Apache Aries JMX integration tests</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
        Integration tests for the JMX component (using the standalone composite jmx-bundle)
     </description>
@@ -42,24 +42,24 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.blueprint</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.whiteboard</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core.whiteboard</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-whiteboard/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-whiteboard/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-whiteboard/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-whiteboard/pom.xml Sun Apr  8 20:50:45 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.jmx.whiteboard</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Whiteboard</name>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>
         This bundle implements whiteboard pattern support for DynamicMBean
         services registered with the OSGi service registry. Each DynamicMBean
@@ -126,7 +126,7 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
@@ -189,9 +189,7 @@
                                 </goals>
                                 <configuration>
                                     <tasks>
-                                        <copy
-                                            file="${project.build.directory}/${project.build.finalName}.jar"
-                                            tofile="${project.build.directory}/jmx-whiteboard.jar" />
+                                        <copy file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/jmx-whiteboard.jar" />
                                     </tasks>
                                 </configuration>
                             </execution>

Modified: aries/branches/1.0-prototype/jmx/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/pom.xml Sun Apr  8 20:50:45 2012
@@ -30,7 +30,7 @@
     <artifactId>jmx</artifactId>
     <name>Apache Aries JMX</name>
     <packaging>pom</packaging>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
     <description>Implementation of the JMX Management Model Specification - reactor pom</description>
 

Modified: aries/branches/1.0-prototype/samples/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/samples/pom.xml?rev=1311098&r1=1311097&r2=1311098&view=diff
==============================================================================
--- aries/branches/1.0-prototype/samples/pom.xml (original)
+++ aries/branches/1.0-prototype/samples/pom.xml Sun Apr  8 20:50:45 2012
@@ -77,12 +77,12 @@
 
         <!-- Aries Jmx Versions -->
         <ariesJmxiApiVersion>0.3.1-SNAPSHOT</ariesJmxiApiVersion>
-        <ariesJmxBlueprintApiVersion>0.3.1-SNAPSHOT</ariesJmxBlueprintApiVersion>
-        <ariesJmxBlueprintVersion>0.3.1-SNAPSHOT</ariesJmxBlueprintVersion>
-        <ariesJmxBlueprintCoreVersion>0.3.1-SNAPSHOT</ariesJmxBlueprintCoreVersion>
-        <ariesJmxVersion>0.3.1-SNAPSHOT</ariesJmxVersion>
-        <ariesJmxCoreVersion>0.3.1-SNAPSHOT</ariesJmxCoreVersion>
-        <ariesJmxWhiteboardVersion>0.3.1-SNAPSHOT</ariesJmxWhiteboardVersion>
+        <ariesJmxBlueprintApiVersion>1.0.0-SNAPSHOT</ariesJmxBlueprintApiVersion>
+        <ariesJmxBlueprintVersion>1.0.0-SNAPSHOT</ariesJmxBlueprintVersion>
+        <ariesJmxBlueprintCoreVersion>1.0.0-SNAPSHOT</ariesJmxBlueprintCoreVersion>
+        <ariesJmxVersion>1.0.0-SNAPSHOT</ariesJmxVersion>
+        <ariesJmxCoreVersion>1.0.0-SNAPSHOT</ariesJmxCoreVersion>
+        <ariesJmxWhiteboardVersion>1.0.0-SNAPSHOT</ariesJmxWhiteboardVersion>
 
         <!-- Aries Jndi Versions -->
         <ariesJndiApiVersion>1.0.0-SNAPSHOT</ariesJndiApiVersion>
@@ -442,7 +442,7 @@
             <dependency>
                 <groupId>org.apache.aries.jmx</groupId>
                 <artifactId>org.apache.aries.jmx.api</artifactId>
-                <version>${ariesJmxApiVersion}</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.jmx</groupId>