You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2014/06/12 16:50:24 UTC

svn commit: r1602184 - in /aries/trunk: parent/pom.xml pom.xml

Author: dkulp
Date: Thu Jun 12 14:50:24 2014
New Revision: 1602184

URL: http://svn.apache.org/r1602184
Log:
Update to use the latest deployed SNAPSHOT and remove the versioning module from build to remove any circularity issue

Modified:
    aries/trunk/parent/pom.xml
    aries/trunk/pom.xml

Modified: aries/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1602184&r1=1602183&r2=1602184&view=diff
==============================================================================
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Thu Jun 12 14:50:24 2014
@@ -473,7 +473,7 @@
             <plugin>
                 <groupId>org.apache.aries.versioning</groupId>
                 <artifactId>org.apache.aries.versioning.plugin</artifactId>
-                <version>0.3.0-SNAPSHOT</version>
+                <version>0.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <id>default-verify</id>

Modified: aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/pom.xml?rev=1602184&r1=1602183&r2=1602184&view=diff
==============================================================================
--- aries/trunk/pom.xml (original)
+++ aries/trunk/pom.xml Thu Jun 12 14:50:24 2014
@@ -41,7 +41,7 @@
         <module>eba-maven-plugin</module>
         <module>testsupport</module>
         <module>util</module>
-        <module>versioning</module>
+        <!--module>versioning</module-->
         <module>proxy</module>
         <module>quiesce</module>
         <module>blueprint</module>