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/03/04 14:03:41 UTC

svn commit: r633463 - /myfaces/orchestra/trunk/maven/pom.xml

Author: skitching
Date: Tue Mar  4 05:03:41 2008
New Revision: 633463

URL: http://svn.apache.org/viewvc?rev=633463&view=rev
Log:
Default to using myfaces 1.1.5

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

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=633463&r1=633462&r2=633463&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Tue Mar  4 05:03:41 2008
@@ -243,7 +243,7 @@
 
   <properties>
     <!-- ensure to not to point to a snapshot version during release -->
-    <myfaces.version>1.2.2</myfaces.version>
+    <myfaces.version>1.1.5</myfaces.version>
     <tomahawk.version>1.1.6</tomahawk.version>
     <myfaces-orchestra-shared.version>2.0.7</myfaces-orchestra-shared.version>