You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/09/07 14:03:38 UTC

svn commit: r441061 - /maven/continuum/trunk/continuum-core/pom.xml

Author: evenisse
Date: Thu Sep  7 05:03:37 2006
New Revision: 441061

URL: http://svn.apache.org/viewvc?view=rev&rev=441061
Log:
Use the latest snapshot of surefire plugin

Modified:
    maven/continuum/trunk/continuum-core/pom.xml

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core/pom.xml?view=diff&rev=441061&r1=441060&r2=441061
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Thu Sep  7 05:03:37 2006
@@ -161,10 +161,25 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3-SNAPSHOT</version>
         <configuration>
           <childDelegation>true</childDelegation>
         </configuration>
       </plugin>
     </plugins>
   </build>
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </pluginRepository>
+  </pluginRepositories>
 </project>