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>