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/05 21:16:18 UTC

svn commit: r1132482 - /incubator/gora/trunk/pom.xml

Author: mattmann
Date: Sun Jun  5 19:16:18 2011
New Revision: 1132482

URL: http://svn.apache.org/viewvc?rev=1132482&view=rev
Log:
- updates to GORA-29: now just dealing with permissions issues on NEXUS, see INFRA-3850

Modified:
    incubator/gora/trunk/pom.xml

Modified: incubator/gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/trunk/pom.xml?rev=1132482&r1=1132481&r2=1132482&view=diff
==============================================================================
--- incubator/gora/trunk/pom.xml (original)
+++ incubator/gora/trunk/pom.xml Sun Jun  5 19:16:18 2011
@@ -19,6 +19,13 @@
     limitations under the License.
     -->
     <modelVersion>4.0.0</modelVersion>
+    <!--  Apache parent gives us Nexus staging and other important release props -->
+    <parent>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>9</version>
+      <relativePath />
+    </parent>
 
     <groupId>org.apache.gora</groupId>
     <artifactId>apache-gora</artifactId>
@@ -86,7 +93,7 @@
     <modules>
         <module>gora-core</module>
         <module>gora-hbase</module>
-        <module>gora-cassandra</module>
+        <!-- <module>gora-cassandra</module>-->
         <module>gora-sql</module>
         <module>gora-tutorial</module>
     </modules>