You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/13 20:41:20 UTC

svn commit: r1594325 - in /maven/shared/trunk/maven-reporting-exec/src/it: aether/pom.xml forked-lifecycle/pom.xml

Author: hboutemy
Date: Tue May 13 18:41:20 2014
New Revision: 1594325

URL: http://svn.apache.org/r1594325
Log:
fixed IT run with Maven 3.0.x

Modified:
    maven/shared/trunk/maven-reporting-exec/src/it/aether/pom.xml
    maven/shared/trunk/maven-reporting-exec/src/it/forked-lifecycle/pom.xml

Modified: maven/shared/trunk/maven-reporting-exec/src/it/aether/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-exec/src/it/aether/pom.xml?rev=1594325&r1=1594324&r2=1594325&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-exec/src/it/aether/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-exec/src/it/aether/pom.xml Tue May 13 18:41:20 2014
@@ -22,11 +22,6 @@ under the License.
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>21</version>
-  </parent>
 
   <groupId>org.apache.maven.shared.maven-reporting-exec.its</groupId>
   <artifactId>aether</artifactId>

Modified: maven/shared/trunk/maven-reporting-exec/src/it/forked-lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-exec/src/it/forked-lifecycle/pom.xml?rev=1594325&r1=1594324&r2=1594325&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-exec/src/it/forked-lifecycle/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-exec/src/it/forked-lifecycle/pom.xml Tue May 13 18:41:20 2014
@@ -22,11 +22,6 @@ under the License.
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>21</version>
-  </parent>
 
   <groupId>org.apache.maven.shared.maven-reporting-exec.its</groupId>
   <artifactId>forked-lifecycle</artifactId>