You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2011/11/30 00:16:43 UTC

svn commit: r1208130 - /maven/surefire/trunk/surefire-shadefire/pom.xml

Author: krosenvold
Date: Tue Nov 29 23:16:42 2011
New Revision: 1208130

URL: http://svn.apache.org/viewvc?rev=1208130&view=rev
Log:
Fixed parent version

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

Modified: maven/surefire/trunk/surefire-shadefire/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-shadefire/pom.xml?rev=1208130&r1=1208129&r2=1208130&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-shadefire/pom.xml (original)
+++ maven/surefire/trunk/surefire-shadefire/pom.xml Tue Nov 29 23:16:42 2011
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>2.11.1-SNAPSHOT</version>
+    <version>2.11-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>