You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2011/06/26 00:54:26 UTC

svn commit: r1139661 - /incubator/gora/branches/0.1.1-incubating/pom.xml

Author: mattmann
Date: Sat Jun 25 22:54:25 2011
New Revision: 1139661

URL: http://svn.apache.org/viewvc?rev=1139661&view=rev
Log:
Inherit from the Apache POM.

Modified:
    incubator/gora/branches/0.1.1-incubating/pom.xml

Modified: incubator/gora/branches/0.1.1-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/pom.xml?rev=1139661&r1=1139660&r2=1139661&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/pom.xml Sat Jun 25 22:54:25 2011
@@ -17,9 +17,15 @@
     limitations under the License.
     -->
     <modelVersion>4.0.0</modelVersion>
+     <parent>
+       <groupId>org.apache</groupId>
+       <artifactId>apache</artifactId>
+       <version>9</version>
+       <relativePath />
+     </parent>
 
     <groupId>org.apache.gora</groupId>
-    <artifactId>apache-gora</artifactId>
+    <artifactId>gora</artifactId>
     <packaging>pom</packaging>
     <version>0.1.1-incubating-SNAPSHOT</version>
     <name>Apache Gora</name>