You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/23 18:23:52 UTC

svn commit: r698221 - in /maven/core-integration-testing/trunk/core-it-support: maven-integration-test-sample/ maven-it-sample/ maven-it-sample/pom.xml

Author: bentmann
Date: Tue Sep 23 09:23:47 2008
New Revision: 698221

URL: http://svn.apache.org/viewvc?rev=698221&view=rev
Log:
o Renamed module maven-integration-test-sample to maven-it-sample to shorten pathnames
  (http://www.nabble.com/Shortening-paths-for-core-ITs-td19596900.html)

Added:
    maven/core-integration-testing/trunk/core-it-support/maven-it-sample/
      - copied from r698218, maven/core-integration-testing/trunk/core-it-support/maven-integration-test-sample/
Removed:
    maven/core-integration-testing/trunk/core-it-support/maven-integration-test-sample/
Modified:
    maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml?rev=698221&r1=698218&r2=698221&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-sample/pom.xml Tue Sep 23 09:23:47 2008
@@ -23,10 +23,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its</groupId>
-  <artifactId>maven-integration-test-sample</artifactId>
+  <artifactId>maven-it-sample</artifactId>
   <version>1.0-SNAPSHOT</version>
 
-  <name>Maven Integration Tests</name>
+  <name>Maven Integration Test Sample</name>
 
   <dependencies>
     <dependency>
@@ -35,10 +35,10 @@
       <version>1.2-SNAPSHOT</version>
     </dependency>
     <dependency>
-    <groupId>org.apache.maven.its</groupId>
-    <artifactId>maven-integration-test-helper</artifactId>
-    <version>2.1-SNAPSHOT</version>
-  </dependency>
+      <groupId>org.apache.maven.its</groupId>
+      <artifactId>maven-integration-test-helper</artifactId>
+      <version>2.1-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>