Author: jbonofre
Date: Sun May 15 07:43:29 2011
New Revision: 1103288
URL: http://svn.apache.org/viewvc?rev=1103288&view=rev
Log:
Fix build by upgrading the POM version.
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=1103288&r1=1103287&r2=1103288&view=diff
==============================================================================
--- incubator/ace/trunk/pom/pom.xml (original)
+++ incubator/ace/trunk/pom/pom.xml Sun May 15 07:43:29 2011
@@ -25,13 +25,12 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>8</version>
- <relativePath></relativePath>
</parent>
<groupId>org.apache.ace</groupId>
<artifactId>ace-pom</artifactId>
<name>Apache ACE :: POM</name>
- <version>0.8.0-incubator-SNAPSHOT</version>
+ <version>0.8.0-incubator</version>
<packaging>pom</packaging>
<inceptionYear>2009</inceptionYear>
|