Author: jdcasey
Date: Thu Nov 17 11:28:49 2005
New Revision: 345311

URL: http://svn.apache.org/viewcvs?rev=345311&view=rev
Log:
Using parent pom with packaging == pom.

Modified:
    maven/components/trunk/maven-core-it/it0007/expected-results.txt
    maven/components/trunk/maven-core-it/it0007/pom.xml
    maven/components/trunk/maven-core-it/it0007/prebuild-hook.txt

Modified: maven/components/trunk/maven-core-it/it0007/expected-results.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0007/expected-results.txt?rev=345311&r1=345310&r2=345311&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0007/expected-results.txt (original)
+++ maven/components/trunk/maven-core-it/it0007/expected-results.txt Thu Nov 17 
11:28:49 2005
@@ -2,4 +2,4 @@
 target/test-classes/org/apache/maven/it0007/PersonTest.class
 target/maven-core-it0007-1.0.jar
 target/maven-core-it0007-1.0.jar!/it0007.properties
-${artifact:org.apache.maven:maven-core-it-support:1.0:pom}
+${artifact:org.apache.maven.plugins:maven-plugin-parent:2.0:pom}

Modified: maven/components/trunk/maven-core-it/it0007/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0007/pom.xml?rev=345311&r1=345310&r2=345311&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0007/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0007/pom.xml Thu Nov 17 11:28:49 2005
@@ -1,8 +1,8 @@
 <model>
   <parent>
-    <artifactId>maven-core-it-support</artifactId>
-    <groupId>org.apache.maven</groupId>
-    <version>1.0</version>
+    <artifactId>maven-plugin-parent</artifactId>
+    <groupId>org.apache.maven.plugins</groupId>
+    <version>2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-core-it0007</artifactId>

Modified: maven/components/trunk/maven-core-it/it0007/prebuild-hook.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0007/prebuild-hook.txt?rev=345311&r1=345310&r2=345311&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0007/prebuild-hook.txt (original)
+++ maven/components/trunk/maven-core-it/it0007/prebuild-hook.txt Thu Nov 17 
11:28:49 2005
@@ -1 +1 @@
-rm ${artifact:org.apache.maven:maven-core-it-support:1.0:pom}
+rm ${artifact:org.apache.maven.plugins:maven-plugin-parent:2.0:pom}


Reply via email to