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

svn commit: r356687 - /maven/surefire/trunk/surefire/pom.xml

Author: jvanzyl
Date: Tue Dec 13 17:52:16 2005
New Revision: 356687

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

Modified:
    maven/surefire/trunk/surefire/pom.xml

Modified: maven/surefire/trunk/surefire/pom.xml
URL: http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire/pom.xml?rev=356687&r1=356686&r2=356687&view=diff
==============================================================================
--- maven/surefire/trunk/surefire/pom.xml (original)
+++ maven/surefire/trunk/surefire/pom.xml Tue Dec 13 17:52:16 2005
@@ -1,4 +1,4 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
     <artifactId>surefire-root</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire</artifactId>
   <name>SureFire</name>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5</version>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -20,4 +20,4 @@
       <version>1.0.4</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file