You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2012/05/15 10:07:36 UTC

svn commit: r1338583 - in /aries/trunk/sandbox/jmx-next: jmx-blueprint-core/pom.xml jmx-core-whiteboard/pom.xml jmx-core/pom.xml jmx-itests/pom.xml tck/apply_to_tck.sh

Author: davidb
Date: Tue May 15 08:07:35 2012
New Revision: 1338583

URL: http://svn.apache.org/viewvc?rev=1338583&view=rev
Log:
jmx-next: move other Aries dependencies to 1.0.0-SNAPSHOT

Modified:
    aries/trunk/sandbox/jmx-next/jmx-blueprint-core/pom.xml
    aries/trunk/sandbox/jmx-next/jmx-core-whiteboard/pom.xml
    aries/trunk/sandbox/jmx-next/jmx-core/pom.xml
    aries/trunk/sandbox/jmx-next/jmx-itests/pom.xml
    aries/trunk/sandbox/jmx-next/tck/apply_to_tck.sh

Modified: aries/trunk/sandbox/jmx-next/jmx-blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/sandbox/jmx-next/jmx-blueprint-core/pom.xml?rev=1338583&r1=1338582&r2=1338583&view=diff
==============================================================================
--- aries/trunk/sandbox/jmx-next/jmx-blueprint-core/pom.xml (original)
+++ aries/trunk/sandbox/jmx-next/jmx-blueprint-core/pom.xml Tue May 15 08:07:35 2012
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/trunk/sandbox/jmx-next/jmx-core-whiteboard/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/sandbox/jmx-next/jmx-core-whiteboard/pom.xml?rev=1338583&r1=1338582&r2=1338583&view=diff
==============================================================================
--- aries/trunk/sandbox/jmx-next/jmx-core-whiteboard/pom.xml (original)
+++ aries/trunk/sandbox/jmx-next/jmx-core-whiteboard/pom.xml Tue May 15 08:07:35 2012
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>

Modified: aries/trunk/sandbox/jmx-next/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/sandbox/jmx-next/jmx-core/pom.xml?rev=1338583&r1=1338582&r2=1338583&view=diff
==============================================================================
--- aries/trunk/sandbox/jmx-next/jmx-core/pom.xml (original)
+++ aries/trunk/sandbox/jmx-next/jmx-core/pom.xml Tue May 15 08:07:35 2012
@@ -92,7 +92,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>

Modified: aries/trunk/sandbox/jmx-next/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/sandbox/jmx-next/jmx-itests/pom.xml?rev=1338583&r1=1338582&r2=1338583&view=diff
==============================================================================
--- aries/trunk/sandbox/jmx-next/jmx-itests/pom.xml (original)
+++ aries/trunk/sandbox/jmx-next/jmx-itests/pom.xml Tue May 15 08:07:35 2012
@@ -75,7 +75,7 @@
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>
           <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.4-SNAPSHOT</version>
+          <version>1.0.0-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>        
         <dependency>
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>
             <artifactId>org.apache.aries.proxy</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -114,13 +114,13 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint</artifactId>
-            <version>0.3.2-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/trunk/sandbox/jmx-next/tck/apply_to_tck.sh
URL: http://svn.apache.org/viewvc/aries/trunk/sandbox/jmx-next/tck/apply_to_tck.sh?rev=1338583&r1=1338582&r2=1338583&view=diff
==============================================================================
--- aries/trunk/sandbox/jmx-next/tck/apply_to_tck.sh (original)
+++ aries/trunk/sandbox/jmx-next/tck/apply_to_tck.sh Tue May 15 08:07:35 2012
@@ -12,7 +12,7 @@ JMX_TARGET_DIR=$OSGI_GIT_DIR/licensed/re
 cp $ARIES_DIR/sandbox/jmx-next/jmx-bundle/target/org.apache.aries.jmx-1.1.0-SNAPSHOT.jar $JMX_TARGET_DIR/org.apache.aries.jmx/org.apache.aries.jmx-1.1.0.jar
 
 #mkdir -p -v $JMX_TARGET_DIR/org.apache.aries.util
-cp $ARIES_DIR/util/util/target/org.apache.aries.util-0.5-SNAPSHOT.jar $JMX_TARGET_DIR/org.apache.aries.util/org.apache.aries.util-0.5.0.jar
+cp $ARIES_DIR/util/util/target/org.apache.aries.util-1.0.0-SNAPSHOT.jar $JMX_TARGET_DIR/org.apache.aries.util/org.apache.aries.util-1.0.0.jar
 
 # mkdir -p -v $LIB_BASE
 # echo "slf4j.api; version=1.5.10" > $LIB_FILE