Author: vsiveton
Date: Tue Dec 23 06:36:23 2008
New Revision: 728970

URL: http://svn.apache.org/viewvc?rev=728970&view=rev
Log:
o using relativePath for the parent

Modified:
    maven/surefire/trunk/maven-surefire-plugin/pom.xml
    maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
    maven/surefire/trunk/surefire-api/pom.xml
    maven/surefire/trunk/surefire-booter/pom.xml
    maven/surefire/trunk/surefire-integration-tests/pom.xml
    maven/surefire/trunk/surefire-providers/pom.xml
    maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml
    maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml
    maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml

Modified: maven/surefire/trunk/maven-surefire-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-plugin/pom.xml Tue Dec 23 06:36:23 2008
@@ -22,9 +22,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
+    <artifactId>surefire</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>maven-surefire-plugin</artifactId>

Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Tue Dec 23 
06:36:23 2008
@@ -22,9 +22,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
+    <artifactId>surefire</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>maven-surefire-report-plugin</artifactId>

Modified: maven/surefire/trunk/surefire-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-api/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-api/pom.xml (original)
+++ maven/surefire/trunk/surefire-api/pom.xml Tue Dec 23 06:36:23 2008
@@ -21,9 +21,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
+    <artifactId>surefire</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>surefire-api</artifactId>

Modified: maven/surefire/trunk/surefire-booter/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-booter/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-booter/pom.xml (original)
+++ maven/surefire/trunk/surefire-booter/pom.xml Tue Dec 23 06:36:23 2008
@@ -21,9 +21,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
+    <artifactId>surefire</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>surefire-booter</artifactId>

Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Tue Dec 23 06:36:23 
2008
@@ -22,9 +22,10 @@
   <modelVersion>4.0.0</modelVersion> 
 
   <parent>
-    <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
+    <artifactId>surefire</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.surefire</groupId>

Modified: maven/surefire/trunk/surefire-providers/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/pom.xml Tue Dec 23 06:36:23 2008
@@ -22,9 +22,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
+    <artifactId>surefire</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>surefire-providers</artifactId>

Modified: maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml Tue Dec 23 
06:36:23 2008
@@ -24,6 +24,7 @@
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>surefire-junit</artifactId>

Modified: maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml Tue Dec 23 
06:36:23 2008
@@ -24,6 +24,7 @@
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>

Modified: maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml?rev=728970&r1=728969&r2=728970&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml Tue Dec 23 
06:36:23 2008
@@ -24,6 +24,7 @@
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
     <version>2.5-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>surefire-testng</artifactId>


Reply via email to