You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2013/02/04 11:35:37 UTC

svn commit: r1442070 - /maven/archetype/trunk/maven-archetype-plugin/src/it/property-setting-cli/pom.xml

Author: andham
Date: Mon Feb  4 10:35:37 2013
New Revision: 1442070

URL: http://svn.apache.org/viewvc?rev=1442070&view=rev
Log:
Aligning groupId/artifactId of plugin ITs

Modified:
    maven/archetype/trunk/maven-archetype-plugin/src/it/property-setting-cli/pom.xml

Modified: maven/archetype/trunk/maven-archetype-plugin/src/it/property-setting-cli/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/it/property-setting-cli/pom.xml?rev=1442070&r1=1442069&r2=1442070&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/it/property-setting-cli/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/it/property-setting-cli/pom.xml Mon Feb  4 10:35:37 2013
@@ -23,8 +23,8 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>com.company</groupId>
-  <artifactId>archetype1</artifactId>
+  <groupId>org.apache.maven.plugins.archetype.its</groupId>
+  <artifactId>property-setting-cli</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>