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/04/09 04:35:55 UTC

svn commit: r392663 - /myfaces/core/branches/1_1_2/impl/pom.xml

Author: schof
Date: Sat Apr  8 19:35:53 2006
New Revision: 392663

URL: http://svn.apache.org/viewcvs?rev=392663&view=rev
Log:
changed dependency in anticipation of the shared release 

Modified:
    myfaces/core/branches/1_1_2/impl/pom.xml

Modified: myfaces/core/branches/1_1_2/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/impl/pom.xml?rev=392663&r1=392662&r2=392663&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_2/impl/pom.xml Sat Apr  8 19:35:53 2006
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.0</version>
       <scope>provided</scope> <!-- because we add all classes to the jar directly -->
     </dependency>