Author: pauls
Date: Thu May 19 07:43:19 2011
New Revision: 1124571
URL: http://svn.apache.org/viewvc?rev=1124571&view=rev
Log:
Go back to apache pom 8 as 9 breaks us
Modified:
incubator/ace/trunk/pom/pom.xml
Modified: incubator/ace/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom/pom.xml?rev=1124571&r1=1124570&r2=1124571&view=diff
==============================================================================
--- incubator/ace/trunk/pom/pom.xml (original)
+++ incubator/ace/trunk/pom/pom.xml Thu May 19 07:43:19 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>9</version>
+ <version>8</version>
</parent>
<groupId>org.apache.ace</groupId>
|