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/11/14 22:32:21 UTC

svn commit: r1409421 - /aries/trunk/jmx/jmx-itests/pom.xml

Author: davidb
Date: Wed Nov 14 21:32:20 2012
New Revision: 1409421

URL: http://svn.apache.org/viewvc?rev=1409421&view=rev
Log:
Fixing another spirious dependency on an Aries 1.0.0-SNAPSHOT component.

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

Modified: aries/trunk/jmx/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/pom.xml?rev=1409421&r1=1409420&r2=1409421&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-itests/pom.xml (original)
+++ aries/trunk/jmx/jmx-itests/pom.xml Wed Nov 14 21:32:20 2012
@@ -132,7 +132,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>