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 03:03:52 UTC

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

Author: jvanzyl
Date: Tue Dec 13 18:03:50 2005
New Revision: 356701

URL: http://svn.apache.org/viewcvs?rev=356701&view=rev
Log:
[maven-release-plugin] prepare release maven-surefire-plugin-2.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=356701&r1=356700&r2=356701&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Tue Dec 13 18:03:50 2005
@@ -1,4 +1,4 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -8,7 +8,7 @@
   <artifactId>maven-surefire-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Surefire Plugin</name>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <contributors>
     <contributor>
       <name>Joakim Erdfelt</name>
@@ -26,7 +26,7 @@
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>surefire-booter</artifactId>
       <version>1.5</version>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>surefire</artifactId>
@@ -44,4 +44,4 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file