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 2010/06/08 15:00:34 UTC

svn commit: r952643 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381: sub-a/pom.xml sub-b/pom.xml

Author: bentmann
Date: Tue Jun  8 13:00:34 2010
New Revision: 952643

URL: http://svn.apache.org/viewvc?rev=952643&view=rev
Log:
o Improved project names

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-a/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-a/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-a/pom.xml?rev=952643&r1=952642&r2=952643&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-a/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-a/pom.xml Tue Jun  8 13:00:34 2010
@@ -26,7 +26,7 @@ under the License.
   <artifactId>sub-a</artifactId>
   <version>0.1</version>
 
-  <name>Maven Integration Test :: MNG-4381</name>
+  <name>Maven Integration Test :: MNG-4381 :: A</name>
   <description>
     Test that extension plugins can contribute non-core components that can be accessed by other plugins in the same
     project and in projects with the same extension.

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml?rev=952643&r1=952642&r2=952643&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml Tue Jun  8 13:00:34 2010
@@ -26,7 +26,7 @@ under the License.
   <artifactId>sub-b</artifactId>
   <version>0.1</version>
 
-  <name>Maven Integration Test :: MNG-4381</name>
+  <name>Maven Integration Test :: MNG-4381 :: B</name>
   <description>
     Test that extension plugins can contribute non-core components that can be accessed by other plugins in the same
     project and in projects with the same extension.