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/11/11 15:30:46 UTC

svn commit: r713048 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831: child/pom.xml pom.xml

Author: bentmann
Date: Tue Nov 11 06:30:46 2008
New Revision: 713048

URL: http://svn.apache.org/viewvc?rev=713048&view=rev
Log:
o Renamed it0141 to match corresponding issue MNG-3831

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/child/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/child/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/child/pom.xml?rev=713048&r1=713047&r2=713048&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/child/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/child/pom.xml Tue Nov 11 06:30:46 2008
@@ -23,12 +23,12 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-     <groupId>org.apache.maven.its.it0141</groupId>
+     <groupId>org.apache.maven.its.mng3831</groupId>
      <artifactId>parent</artifactId>
      <version>1.0</version>
   </parent>
 
-  <groupId>org.apache.maven.its.it0141.child</groupId>
+  <groupId>org.apache.maven.its.mng3831.child</groupId>
   <artifactId>child</artifactId>
   <version>2.0-alpha-1</version>
   <packaging>jar</packaging>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/pom.xml?rev=713048&r1=713047&r2=713048&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3831/pom.xml Tue Nov 11 06:30:46 2008
@@ -22,12 +22,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.apache.maven.its.it0141</groupId>
+  <groupId>org.apache.maven.its.mng3831</groupId>
   <artifactId>parent</artifactId>
   <version>1.0</version>
   <packaging>pom</packaging>
 
-  <name>Maven Integration Test :: it0141</name> 
+  <name>Maven Integration Test :: MNG-3831</name> 
   <description>Test POM interpolation with expressions of the form $ { * } (ugly but real)</description>
 
   <modules>