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/14 12:07:27 UTC

svn commit: r1372819 - in /gora/trunk: gora-hbase/pom.xml pom.xml

Author: lewismc
Date: Tue Aug 14 10:07:26 2012
New Revision: 1372819

URL: http://svn.apache.org/viewvc?rev=1372819&view=rev
Log:
trivial correction of hbase test maven artifacts.

Modified:
    gora/trunk/gora-hbase/pom.xml
    gora/trunk/pom.xml

Modified: gora/trunk/gora-hbase/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-hbase/pom.xml?rev=1372819&r1=1372818&r2=1372819&view=diff
==============================================================================
--- gora/trunk/gora-hbase/pom.xml (original)
+++ gora/trunk/gora-hbase/pom.xml Tue Aug 14 10:07:26 2012
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase</artifactId>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
         </dependency>
 
 

Modified: gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1372819&r1=1372818&r2=1372819&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Tue Aug 14 10:07:26 2012
@@ -724,7 +724,7 @@
                 <groupId>org.apache.hbase</groupId>
                 <artifactId>hbase</artifactId>
                 <version>${hbase.version}</version>
-                <classifier>tests</classifier>
+                <type>test-jar</type>
             </dependency>
 
             <!-- Cassandra Dependencies -->