You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/12/07 08:46:56 UTC

svn commit: r1211321 - /maven/plugins/trunk/maven-ear-plugin/src/it/jboss/pom.xml

Author: dennisl
Date: Wed Dec  7 07:46:56 2011
New Revision: 1211321

URL: http://svn.apache.org/viewvc?rev=1211321&view=rev
Log:
Change groupId and name of IT.

Modified:
    maven/plugins/trunk/maven-ear-plugin/src/it/jboss/pom.xml

Modified: maven/plugins/trunk/maven-ear-plugin/src/it/jboss/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/it/jboss/pom.xml?rev=1211321&r1=1211320&r2=1211321&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/src/it/jboss/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/src/it/jboss/pom.xml Wed Dec  7 07:46:56 2011
@@ -22,12 +22,12 @@ under the License.
 <project>
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.apache.maven.its.ear.basic</groupId>
+  <groupId>org.apache.maven.its.ear.jboss</groupId>
   <artifactId>test</artifactId>
   <version>1.0</version>
   <packaging>ear</packaging>
 
-  <name>Maven Integration Test :: it0033</name> 
+  <name>Maven EAR Plugin Integration Test :: JBoss</name> 
   <description>Test an EAR generation</description>
 
   <build>