You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/06/03 04:06:25 UTC

svn commit: r411355 - /myfaces/tomahawk/branches/1_1_3/core/pom.xml

Author: schof
Date: Fri Jun  2 19:06:24 2006
New Revision: 411355

URL: http://svn.apache.org/viewvc?rev=411355&view=rev
Log:
Fixed refs to SNAPSHOT version of the core

Modified:
    myfaces/tomahawk/branches/1_1_3/core/pom.xml

Modified: myfaces/tomahawk/branches/1_1_3/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/core/pom.xml?rev=411355&r1=411354&r2=411355&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/core/pom.xml Fri Jun  2 19:06:24 2006
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.2</version>
       <scope>provided</scope>
     </dependency>
 
@@ -123,7 +123,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.2</version>
       <!--
         Since Tomahawk must stay compatible to other JSF implementations we
         must not have any (compile time) dependency on myfaces-impl other than