You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2007/10/01 15:33:19 UTC

svn commit: r580950 - /myfaces/core/branches/1_2_1/impl/pom.xml

Author: mmarinschek
Date: Mon Oct  1 06:33:18 2007
New Revision: 580950

URL: http://svn.apache.org/viewvc?rev=580950&view=rev
Log:
impl referring to wrong version of shared... (3.0.0-SNAPSHOT, should have been 3.0.1-SNAPSHOT)

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

Modified: myfaces/core/branches/1_2_1/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1/impl/pom.xml?rev=580950&r1=580949&r2=580950&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1/impl/pom.xml (original)
+++ myfaces/core/branches/1_2_1/impl/pom.xml Mon Oct  1 06:33:18 2007
@@ -88,7 +88,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>3.0.0-SNAPSHOT</version>
+                  <version>3.0.1-SNAPSHOT</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>