You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/12/14 21:06:44 UTC

svn commit: r356841 - /maven/plugins/trunk/maven-surefire-plugin/pom.xml

Author: jvanzyl
Date: Wed Dec 14 12:06:42 2005
New Revision: 356841

URL: http://svn.apache.org/viewcvs?rev=356841&view=rev
Log:
[maven-release-plugin] prepare release maven-surefire-plugin-2.1.1

Modified:
    maven/plugins/trunk/maven-surefire-plugin/pom.xml

Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/pom.xml?rev=356841&r1=356840&r2=356841&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Wed Dec 14 12:06:42 2005
@@ -8,7 +8,7 @@
   <artifactId>maven-surefire-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Surefire Plugin</name>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1</version>
   <contributors>
     <contributor>
       <name>Joakim Erdfelt</name>
@@ -45,19 +45,19 @@
     </dependency>
   </dependencies>
   <distributionManagement>
-    <snapshotRepository>
-      <id>snapshots</id>
-      <name>Maven Central Plugins Development Repository</name>
-      <url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
-    </snapshotRepository>
     <repository>
       <id>repo1</id>
       <name>Maven Central Plugins Repository</name>
       <url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
     </repository>
+    <snapshotRepository>
+      <id>snapshots</id>
+      <name>Maven Central Plugins Development Repository</name>
+      <url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
+    </snapshotRepository>
     <site>
       <id>website</id>
       <url>scp://minotaur.apache.org/www/maven.apache.org/plugins/</url>
     </site>
   </distributionManagement>
-</project>
+</project>
\ No newline at end of file