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:57:14 UTC

svn commit: r356692 - /maven/surefire/trunk/surefire-booter/pom.xml

Author: jvanzyl
Date: Tue Dec 13 17:57:13 2005
New Revision: 356692

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

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

Modified: maven/surefire/trunk/surefire-booter/pom.xml
URL: http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire-booter/pom.xml?rev=356692&r1=356691&r2=356692&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-booter/pom.xml (original)
+++ maven/surefire/trunk/surefire-booter/pom.xml Tue Dec 13 17:57:13 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,18 +7,18 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-booter</artifactId>
   <name>SureFire Booter</name>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5</version>
   <dependencies>
     <dependency>
-      <groupId>org.apache.maven.surefire</groupId>
-      <artifactId>surefire</artifactId>
-      <version>1.5</version>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.surefire</groupId>
+      <artifactId>surefire</artifactId>
+      <version>1.5</version>
+    </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file