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/06 06:41:57 UTC

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

Author: mattmann
Date: Mon Jun  6 04:41:57 2011
New Revision: 1132521

URL: http://svn.apache.org/viewvc?rev=1132521&view=rev
Log:
- GORA-29 -- working POM used to publish 0.1-incubating

Modified:
    incubator/gora/trunk/pom.xml

Modified: incubator/gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/trunk/pom.xml?rev=1132521&r1=1132520&r2=1132521&view=diff
==============================================================================
--- incubator/gora/trunk/pom.xml (original)
+++ incubator/gora/trunk/pom.xml Mon Jun  6 04:41:57 2011
@@ -19,7 +19,6 @@
     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>
@@ -28,7 +27,7 @@
     </parent>
 
     <groupId>org.apache.gora</groupId>
-    <artifactId>apache-gora</artifactId>
+    <artifactId>gora</artifactId>
     <packaging>pom</packaging>
     <version>0.1-incubating</version>
     <name>Apache Gora</name>
@@ -92,10 +91,10 @@
 
     <modules>
         <module>gora-core</module>
-        <module>gora-hbase</module>
-        <!-- <module>gora-cassandra</module>-->
+        <!--<module>gora-hbase</module>-->
+        <!--<module>gora-cassandra</module>-->
         <module>gora-sql</module>
-        <module>gora-tutorial</module>
+        <!--<module>gora-tutorial</module>-->
     </modules>
 
     <properties>
@@ -270,6 +269,10 @@
                         <groupId>com.sun.jmx</groupId>
                         <artifactId>jmxri</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>javax.jms</groupId>
+                        <artifactId>jms</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>