You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/08/27 10:47:41 UTC

svn commit: r689417 - /myfaces/orchestra/trunk/examples/pom.xml

Author: skitching
Date: Wed Aug 27 01:47:41 2008
New Revision: 689417

URL: http://svn.apache.org/viewvc?rev=689417&view=rev
Log:
Update to use newly released myfaces-core 1.1.6

Modified:
    myfaces/orchestra/trunk/examples/pom.xml

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=689417&r1=689416&r2=689417&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Wed Aug 27 01:47:41 2008
@@ -80,14 +80,14 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-api</artifactId>
-                    <version>1.1.6-SNAPSHOT</version>
+                    <version>1.1.6</version>
                 </dependency>
 
                 <dependency>
                     <!-- needed just to run jetty -->
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
-                    <version>1.1.6-SNAPSHOT</version>
+                    <version>1.1.6</version>
                 </dependency>
 
                 <dependency>