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:13 UTC

svn commit: r606123 - /myfaces/trinidad/trunk_1.2.x/pom.xml

Author: matzew
Date: Thu Dec 20 23:39:12 2007
New Revision: 606123

URL: http://svn.apache.org/viewvc?rev=606123&view=rev
Log:
back to myfaces-4
the real cause for the broken build was the 2.3.1-SNAPSHOT dependency

Modified:
    myfaces/trinidad/trunk_1.2.x/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/pom.xml?rev=606123&r1=606122&r2=606123&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/pom.xml Thu Dec 20 23:39:12 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces</artifactId>
     <version>4</version>
   </parent>
 
@@ -125,7 +125,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,