You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/08/10 21:37:01 UTC

svn commit: r984181 - in /geronimo/tck/branches/3.0: jaxb-tck-runner/pom.xml jboss-test-harness-geronimo/pom.xml jcdi-tck-runner/pom.xml pom.xml stax-tck-runner/pom.xml validator-tck-runner/pom.xml

Author: dwoods
Date: Tue Aug 10 19:37:01 2010
New Revision: 984181

URL: http://svn.apache.org/viewvc?rev=984181&view=rev
Log:
fix groupid for jboss test harness artifact and reversion everything to 3.0-SNAPSHOT to match the branch name

Modified:
    geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml
    geronimo/tck/branches/3.0/jboss-test-harness-geronimo/pom.xml
    geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml
    geronimo/tck/branches/3.0/pom.xml
    geronimo/tck/branches/3.0/stax-tck-runner/pom.xml
    geronimo/tck/branches/3.0/validator-tck-runner/pom.xml

Modified: geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml?rev=984181&r1=984180&r2=984181&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/jaxb-tck-runner/pom.xml Tue Aug 10 19:37:01 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.tck</groupId>
         <artifactId>geronimo-tck</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxb-tck-runner</artifactId>

Modified: geronimo/tck/branches/3.0/jboss-test-harness-geronimo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jboss-test-harness-geronimo/pom.xml?rev=984181&r1=984180&r2=984181&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/jboss-test-harness-geronimo/pom.xml (original)
+++ geronimo/tck/branches/3.0/jboss-test-harness-geronimo/pom.xml Tue Aug 10 19:37:01 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.tck</groupId>
         <artifactId>geronimo-tck</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jboss-test-harness-geronimo</artifactId>

Modified: geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml?rev=984181&r1=984180&r2=984181&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/jcdi-tck-runner/pom.xml Tue Aug 10 19:37:01 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.tck</groupId>
         <artifactId>geronimo-tck</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jcdi-tck-runner</artifactId>
@@ -41,9 +41,9 @@
 	
         <!-- geronimo deployer -->	     
         <dependency>
-            <groupId>org.apache.geronimo.cts</groupId>
+            <groupId>org.apache.geronimo.tck</groupId>
             <artifactId>jboss-test-harness-geronimo</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
  
         <dependency>

Modified: geronimo/tck/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/pom.xml?rev=984181&r1=984180&r2=984181&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/pom.xml (original)
+++ geronimo/tck/branches/3.0/pom.xml Tue Aug 10 19:37:01 2010
@@ -32,7 +32,6 @@
 
     <groupId>org.apache.geronimo.tck</groupId>
     <artifactId>geronimo-tck</artifactId>
-    <version>1.0-SNAPSHOT</version>
     <name>Geronimo TCK</name>
     <packaging>pom</packaging>
 

Modified: geronimo/tck/branches/3.0/stax-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/stax-tck-runner/pom.xml?rev=984181&r1=984180&r2=984181&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/stax-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/stax-tck-runner/pom.xml Tue Aug 10 19:37:01 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.tck</groupId>
         <artifactId>geronimo-tck</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-tck-runner</artifactId>

Modified: geronimo/tck/branches/3.0/validator-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/validator-tck-runner/pom.xml?rev=984181&r1=984180&r2=984181&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/validator-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/validator-tck-runner/pom.xml Tue Aug 10 19:37:01 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.tck</groupId>
         <artifactId>geronimo-tck</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>validator-tck-runner</artifactId>
@@ -41,9 +41,9 @@
 
         <!-- geronimo deployer -->
         <dependency>
-            <groupId>org.apache.geronimo.cts</groupId>
+            <groupId>org.apache.geronimo.tck</groupId>
             <artifactId>jboss-test-harness-geronimo</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>