You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2015/03/31 13:40:58 UTC

svn commit: r1670309 - /aries/trunk/pom.xml

Author: hughesj
Date: Tue Mar 31 11:40:58 2015
New Revision: 1670309

URL: http://svn.apache.org/r1670309
Log:
ARIES-1303: re-enable build of the versioning module. There is a circular dependency between parent and versioning. But now we have a release of versioning, this shouldn't be a problem.

Modified:
    aries/trunk/pom.xml

Modified: aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/pom.xml?rev=1670309&r1=1670308&r2=1670309&view=diff
==============================================================================
--- aries/trunk/pom.xml (original)
+++ aries/trunk/pom.xml Tue Mar 31 11:40:58 2015
@@ -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>