You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/08/12 20:58:17 UTC

svn commit: r1372177 - /gora/trunk/pom.xml

Author: lewismc
Date: Sun Aug 12 18:58:17 2012
New Revision: 1372177

URL: http://svn.apache.org/viewvc?rev=1372177&view=rev
Log:
trivial commit to correct test artifact config

Modified:
    gora/trunk/pom.xml

Modified: gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1372177&r1=1372176&r2=1372177&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Sun Aug 12 18:58:17 2012
@@ -618,7 +618,7 @@
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-cassandra</artifactId>
             <version>${project.version}</version>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
           </dependency>
           
           <dependency>
@@ -630,7 +630,7 @@
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-sql</artifactId>
             <version>${project.version}</version>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
           </dependency>
 
           <dependency>
@@ -642,7 +642,7 @@
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-hbase</artifactId>
             <version>${project.version}</version>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
           </dependency>
 
           <dependency>