You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/08/22 11:37:00 UTC

svn commit: r1160163 - /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-609/pom.xml

Author: olamy
Date: Mon Aug 22 09:36:59 2011
New Revision: 1160163

URL: http://svn.apache.org/viewvc?rev=1160163&view=rev
Log:
fix it pom maven coordinate

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/MSITE-609/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-609/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-609/pom.xml?rev=1160163&r1=1160162&r2=1160163&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-609/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-609/pom.xml Mon Aug 22 09:36:59 2011
@@ -23,11 +23,11 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.plugins.site.its</groupId>
-  <artifactId>site-deploy</artifactId>
+  <artifactId>MSITE-609</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>site-deploy IT</name>
+  <name>MSITE-609 IT</name>
 
   <properties>
     <currentVersion>2.0.7</currentVersion>