You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/12/18 09:13:02 UTC

svn commit: r488150 - in /cocoon/tags/RC_2_1_10: forrest.properties src/java/org/apache/cocoon/cocoon.properties status.xml

Author: cziegeler
Date: Mon Dec 18 00:13:01 2006
New Revision: 488150

URL: http://svn.apache.org/viewvc?view=rev&rev=488150
Log:
Set correct version

Modified:
    cocoon/tags/RC_2_1_10/forrest.properties
    cocoon/tags/RC_2_1_10/src/java/org/apache/cocoon/cocoon.properties
    cocoon/tags/RC_2_1_10/status.xml

Modified: cocoon/tags/RC_2_1_10/forrest.properties
URL: http://svn.apache.org/viewvc/cocoon/tags/RC_2_1_10/forrest.properties?view=diff&rev=488150&r1=488149&r2=488150
==============================================================================
--- cocoon/tags/RC_2_1_10/forrest.properties (original)
+++ cocoon/tags/RC_2_1_10/forrest.properties Mon Dec 18 00:13:01 2006
@@ -22,7 +22,7 @@
 #forrest.echo=true
 
 # Project name (used to name .war file)
-project.name=cocoon-2.1.10-dev
+project.name=cocoon-2.1.10
 
 # Specifies name of Forrest skin to use
 #project.skin=tigris

Modified: cocoon/tags/RC_2_1_10/src/java/org/apache/cocoon/cocoon.properties
URL: http://svn.apache.org/viewvc/cocoon/tags/RC_2_1_10/src/java/org/apache/cocoon/cocoon.properties?view=diff&rev=488150&r1=488149&r2=488150
==============================================================================
--- cocoon/tags/RC_2_1_10/src/java/org/apache/cocoon/cocoon.properties (original)
+++ cocoon/tags/RC_2_1_10/src/java/org/apache/cocoon/cocoon.properties Mon Dec 18 00:13:01 2006
@@ -20,8 +20,8 @@
 # very high chance of breaking the build system. Do it only if you know what
 # you're doing.
 
-version=2.1.10-dev
-released.version=2.1.9
+version=2.1.10
+released.version=2.1.10
 year=1999-2006
 name=cocoon
 Name=Cocoon

Modified: cocoon/tags/RC_2_1_10/status.xml
URL: http://svn.apache.org/viewvc/cocoon/tags/RC_2_1_10/status.xml?view=diff&rev=488150&r1=488149&r2=488150
==============================================================================
--- cocoon/tags/RC_2_1_10/status.xml (original)
+++ cocoon/tags/RC_2_1_10/status.xml Mon Dec 18 00:13:01 2006
@@ -183,7 +183,7 @@
 <!-- FIXME: is this needed for anything else? Replaced with hard-coded values
   <release version="@version@" date="@date@">
 -->
-  <release version="2.1.10" date="TBD">
+  <release version="2.1.10" date="December 21 2006">
     <action context="build">
       Release 2.1.10 is the last one to support JDK1.3.
       Future releases will require JDK1.4 or later.