[maven-release-plugin]  copy for tag surefire-2.4.3

git-svn-id: https://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.4.3@652892 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index a3697e8..330abe1 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-surefire-plugin</artifactId>
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index cd0fdb9..f25c8ba 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-surefire-report-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index fd8f3f8..d8c6504 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>surefire</artifactId>
   <packaging>pom</packaging>
   <name>SureFire</name>
-  <version>2.5-SNAPSHOT</version>
+  <version>2.4.3</version>
   <description>Surefire is a test framework project.</description>
   <url>http://maven.apache.org/surefire</url>
   <issueManagement>
@@ -85,21 +85,21 @@
     </contributor>
   </contributors>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/surefire/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/surefire/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/surefire/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.4.3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.4.3</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/surefire/tags/surefire-2.4.3</url>
   </scm>
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-api</artifactId>
-        <version>2.5-SNAPSHOT</version>
+        <version>2.4.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-booter</artifactId>
-        <version>2.5-SNAPSHOT</version>
+        <version>2.4.3</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index eaa2e94..08d573c 100644
--- a/surefire-api/pom.xml
+++ b/surefire-api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-api</artifactId>
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index 473bfb6..5f21786 100644
--- a/surefire-booter/pom.xml
+++ b/surefire-booter/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-booter</artifactId>
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index 889eb53..be50483 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion> 
   <groupId>org.apache.maven.surefire</groupId>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 8a5df23..d10457e 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-providers</artifactId>
diff --git a/surefire-providers/surefire-junit/pom.xml b/surefire-providers/surefire-junit/pom.xml
index 3259bff..38bbba5 100644
--- a/surefire-providers/surefire-junit/pom.xml
+++ b/surefire-providers/surefire-junit/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <artifactId>surefire-junit</artifactId>
   <name>SureFire JUnit Runner</name>
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index fe8e364..caa1f36 100644
--- a/surefire-providers/surefire-junit4/pom.xml
+++ b/surefire-providers/surefire-junit4/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <artifactId>surefire-junit4</artifactId>
   <name>SureFire JUnit4 Runner</name>
diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml
index f6059fd..f1ef42b 100644
--- a/surefire-providers/surefire-testng/pom.xml
+++ b/surefire-providers/surefire-testng/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3</version>
   </parent>
   <artifactId>surefire-testng</artifactId>
   <name>SureFire TestNG Runner</name>
diff --git a/surefire-site/pom.xml b/surefire-site/pom.xml
index 92c0bea..8812b3f 100644
--- a/surefire-site/pom.xml
+++ b/surefire-site/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.4.3-SNAPSHOT</version>
   </parent>
   <artifactId>surefire-site</artifactId>
   <name>Surefire</name>