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 15:13:42 UTC

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

Author: evenisse
Date: Thu Sep  7 06:13:41 2006
New Revision: 441083

URL: http://svn.apache.org/viewvc?view=rev&rev=441083
Log:
We don't use the snapshot version 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=441083&r1=441082&r2=441083
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Thu Sep  7 06:13:41 2006
@@ -161,25 +161,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
+        <version>2.2</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>