You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2006/12/15 21:14:18 UTC

svn commit: r487644 - in /geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests: jms-ear/pom.xml jms-war/pom.xml

Author: prasad
Date: Fri Dec 15 12:14:18 2006
New Revision: 487644

URL: http://svn.apache.org/viewvc?view=rev&rev=487644
Log:
* correcting groupId

Modified:
    geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml
    geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-war/pom.xml

Modified: geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml?view=diff&rev=487644&r1=487643&r2=487644
==============================================================================
--- geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml (original)
+++ geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml Fri Dec 15 12:14:18 2006
@@ -25,13 +25,13 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.testsupport</groupId>
-        <artifactId>test-deployment-jms</artifactId>
+        <groupId>org.apache.geronimo.testsuite</groupId>
+        <artifactId>jms-tests</artifactId>
         <version>2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>jms-tests</artifactId>
+    <artifactId>jms-ear</artifactId>
     <name>Geronimo TestSuite :: Enterprise Testsuite :: JMS EAR</name>
     <packaging>ear</packaging>
     

Modified: geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-war/pom.xml?view=diff&rev=487644&r1=487643&r2=487644
==============================================================================
--- geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-war/pom.xml (original)
+++ geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-war/pom.xml Fri Dec 15 12:14:18 2006
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.testsupport</groupId>
+        <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jms-tests</artifactId>
         <version>2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>