Author: lewismc
Date: Mon Aug  6 17:12:55 2012
New Revision: 1369882

URL: http://svn.apache.org/viewvc?rev=1369882&view=rev
Log:
GORA-164 Use <type> instead of <classifier> configuration for test dependencies

Modified:
    gora/trunk/CHANGES.txt
    gora/trunk/gora-accumulo/pom.xml
    gora/trunk/gora-cassandra/pom.xml
    gora/trunk/gora-hbase/pom.xml
    gora/trunk/gora-sql/pom.xml

Modified: gora/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/gora/trunk/CHANGES.txt?rev=1369882&r1=1369881&r2=1369882&view=diff
==============================================================================
--- gora/trunk/CHANGES.txt (original)
+++ gora/trunk/CHANGES.txt Mon Aug  6 17:12:55 2012
@@ -6,6 +6,8 @@ Gora Change Log
 
 trunk (current development)
 
+* GORA-164 Use <type> instead of <classifier> configuration for test 
dependencies (lewismc)
+
 * GORA-XX ensure directory cleanup succeeds in gora-* (Simone Tripodi via 
lewismc)
 
 0.2.1 release: 26/07/2012

Modified: gora/trunk/gora-accumulo/pom.xml
URL: 
http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/pom.xml?rev=1369882&r1=1369881&r2=1369882&view=diff
==============================================================================
--- gora/trunk/gora-accumulo/pom.xml (original)
+++ gora/trunk/gora-accumulo/pom.xml Mon Aug  6 17:12:55 2012
@@ -124,7 +124,7 @@
         <dependency>
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-core</artifactId>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
 

Modified: gora/trunk/gora-cassandra/pom.xml
URL: 
http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/pom.xml?rev=1369882&r1=1369881&r2=1369882&view=diff
==============================================================================
--- gora/trunk/gora-cassandra/pom.xml (original)
+++ gora/trunk/gora-cassandra/pom.xml Mon Aug  6 17:12:55 2012
@@ -123,7 +123,8 @@
         <dependency>
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-core</artifactId>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
+            <scope>test</scope>
         </dependency>
 
         <!-- Cassandra Dependencies -->

Modified: gora/trunk/gora-hbase/pom.xml
URL: 
http://svn.apache.org/viewvc/gora/trunk/gora-hbase/pom.xml?rev=1369882&r1=1369881&r2=1369882&view=diff
==============================================================================
--- gora/trunk/gora-hbase/pom.xml (original)
+++ gora/trunk/gora-hbase/pom.xml Mon Aug  6 17:12:55 2012
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-core</artifactId>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
 

Modified: gora/trunk/gora-sql/pom.xml
URL: 
http://svn.apache.org/viewvc/gora/trunk/gora-sql/pom.xml?rev=1369882&r1=1369881&r2=1369882&view=diff
==============================================================================
--- gora/trunk/gora-sql/pom.xml (original)
+++ gora/trunk/gora-sql/pom.xml Mon Aug  6 17:12:55 2012
@@ -146,10 +146,11 @@
             <artifactId>gora-core</artifactId>
         </dependency>
 
-      <dependency>
+        <dependency>
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-core</artifactId>
-            <classifier>tests</classifier>
+            <type>test-jar</type>
+            <scope>test</scope>
         </dependency>
 
         <dependency>


Reply via email to