You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/16 22:25:13 UTC

svn commit: r815953 - /maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Author: olamy
Date: Wed Sep 16 20:25:12 2009
New Revision: 815953

URL: http://svn.apache.org/viewvc?rev=815953&view=rev
Log:
upgrade parent.
fix scm info.

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml?rev=815953&r1=815952&r2=815953&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml Wed Sep 16 20:25:12 2009
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>12</version>
+    <version>13</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -124,9 +124,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugin-testing/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-testing/branches/plugin-testing-mvn-3.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-testing/branches/plugin-testing-mvn-3.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x</url>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -265,7 +265,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-resources-plugin</artifactId>
-              <version>2.4-SNAPSHOT</version>
+              <version>2.4</version>
             </plugin>
           </plugins>
         </pluginManagement>