You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/12/21 08:39:59 UTC

svn commit: r606124 - /myfaces/trinidad/trunk/pom.xml

Author: matzew
Date: Thu Dec 20 23:39:58 2007
New Revision: 606124

URL: http://svn.apache.org/viewvc?rev=606124&view=rev
Log:
the broken build was b/c of the 2.3.1-SNAPSHOT dependency

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=606124&r1=606123&r2=606124&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Thu Dec 20 23:39:58 2007
@@ -129,7 +129,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3.1-SNAPSHOT</version>
+          <version>2.3.1</version>
           <inherited>true</inherited>
           <configuration>
             <!-- set the forkMode to "always" to validate new tests,