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/08 01:11:28 UTC

svn commit: r412606 - /myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml

Author: schof
Date: Wed Jun  7 16:11:28 2006
New Revision: 412606

URL: http://svn.apache.org/viewvc?rev=412606&view=rev
Log:
changed core dependency to last released version

Modified:
    myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml

Modified: myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml?rev=412606&r1=412605&r2=412606&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/sandbox/examples/pom.xml Wed Jun  7 16:11:28 2006
@@ -48,12 +48,12 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.3</version>
       <!-- Sandbox examples must only have runtime dependency to myfaces-impl
            so that it will be automatically added to war. But there must not be
            any compile dependency on impl so that is is always possible to use