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/02/24 23:35:51 UTC

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

Author: schof
Date: Fri Feb 24 14:35:49 2006
New Revision: 380838

URL: http://svn.apache.org/viewcvs?rev=380838&view=rev
Log:
Changed the snapshot version of the shared dependency

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=380838&r1=380837&r2=380838&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_2/impl/pom.xml Fri Feb 24 14:35:49 2006
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared</artifactId>
-      <version>1.1.2-SNAPSHOT</version>
+      <version>2.0.0-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>