fix some snapshot references the release plugin forgot


git-svn-id: https://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.3@513092 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b8477ac..d0ec9c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,8 +93,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <!-- Require the latest version so that tests in surefire-api pass due to an API change -->
-          <version>2.3-SNAPSHOT</version>
+          <version>2.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 03df552..62e6e98 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>surefire-api</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.3</version>
       <!-- commenting this due to MNG-2339
             <version>${project.version}</version>
       -->