You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/07/10 02:45:26 UTC

svn commit: r675391 - /maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml

Author: jdcasey
Date: Wed Jul  9 17:45:26 2008
New Revision: 675391

URL: http://svn.apache.org/viewvc?rev=675391&view=rev
Log:
Removing parent declaration to prevent things like clirr from running here, and pushing the scm section down into this pom from the old parent.

Modified:
    maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml?rev=675391&r1=675390&r2=675391&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml Wed Jul  9 17:45:26 2008
@@ -20,13 +20,18 @@
 <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>
-    <parent>
-        <artifactId>maven</artifactId>
-        <groupId>org.apache.maven</groupId>
-        <version>2.0.10-SNAPSHOT</version>
-    </parent>
+
+    <groupId>org.apache.maven</groupId>
+    <version>2.0.10-SNAPSHOT</version>
     <artifactId>maven-core-it-runner</artifactId>
     <name>Integration Test Executor</name>
+    
+    <scm>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it-runner</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it-runner</developerConnection>
+      <url>https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it-runner</url>
+    </scm>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>