You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/08/01 21:04:45 UTC

svn commit: r1152893 - /myfaces/shared/trunk/pom.xml

Author: lu4242
Date: Mon Aug  1 19:04:45 2011
New Revision: 1152893

URL: http://svn.apache.org/viewvc?rev=1152893&view=rev
Log:
MYFACES-3253 Unable to build current trunk because of missing artifact

Modified:
    myfaces/shared/trunk/pom.xml

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=1152893&r1=1152892&r2=1152893&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Mon Aug  1 19:04:45 2011
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.0</version>
       <scope>provided</scope>
     </dependency>