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

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

Author: brett
Date: Sat May 13 21:12:09 2006
New Revision: 406244

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

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=406244&r1=406243&r2=406244&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Sat May 13 21:12:09 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -9,7 +9,7 @@
   <artifactId>maven-surefire-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Surefire Plugin</name>
-  <version>2.2-SNAPSHOT</version>
+  <version>2.2</version>
   <contributors>
     <contributor>
       <name>Joakim Erdfelt</name>
@@ -25,7 +25,7 @@
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>surefire-booter</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -38,4 +38,10 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-surefire-plugin-2.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-surefire-plugin-2.2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-surefire-plugin-2.2</url>
+  </scm>
 </project>