You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/03/21 22:41:18 UTC

svn commit: r521007 - in /myfaces/tomahawk/branches/1_1_5_prepare: ./ pom.xml

Author: manolito
Date: Wed Mar 21 14:41:18 2007
New Revision: 521007

URL: http://svn.apache.org/viewvc?view=rev&rev=521007
Log:
Created temporary work branch for preparing the tomahawk release branch 1.1.5

Added:
    myfaces/tomahawk/branches/1_1_5_prepare/
      - copied from r520995, myfaces/tomahawk/trunk/
Modified:
    myfaces/tomahawk/branches/1_1_5_prepare/pom.xml

Modified: myfaces/tomahawk/branches/1_1_5_prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_5_prepare/pom.xml?view=diff&rev=521007&r1=520995&r2=521007
==============================================================================
--- myfaces/tomahawk/branches/1_1_5_prepare/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_5_prepare/pom.xml Wed Mar 21 14:41:18 2007
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-		<version>1.0.6-SNAPSHOT</version>	  
+		<version>1.0.5</version>	  
   </parent>
 
   <groupId>org.apache.myfaces.tomahawk</groupId>
@@ -111,8 +111,8 @@
     </build>
 
   <properties>
-    <myfaces.version>1.1.6-SNAPSHOT</myfaces.version>
-    <myfaces-shared.version>2.0.6-SNAPSHOT</myfaces-shared.version>
+    <myfaces.version>1.1.5</myfaces.version>
+    <myfaces-shared.version>2.0.5</myfaces-shared.version>
   </properties>
 
 </project>