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 2007/12/31 09:37:41 UTC

svn commit: r607701 - in /cocoon/branches/BRANCH_2_1_X: forrest.properties src/java/org/apache/cocoon/cocoon.properties status.xml

Author: cziegeler
Date: Mon Dec 31 00:37:40 2007
New Revision: 607701

URL: http://svn.apache.org/viewvc?rev=607701&view=rev
Log:
Prepare the 2.1.11 release.

Modified:
    cocoon/branches/BRANCH_2_1_X/forrest.properties
    cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.properties
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/forrest.properties
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/forrest.properties?rev=607701&r1=607700&r2=607701&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/forrest.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/forrest.properties Mon Dec 31 00:37:40 2007
@@ -22,7 +22,7 @@
 #forrest.echo=true
 
 # Project name (used to name .war file)
-project.name=cocoon-2.1.11-dev
+project.name=cocoon-2.1.11
 
 # Specifies name of Forrest skin to use
 #project.skin=tigris

Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.properties
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.properties?rev=607701&r1=607700&r2=607701&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/cocoon.properties Mon Dec 31 00:37:40 2007
@@ -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.11-dev
-released.version=2.1.10
+version=2.1.11
+released.version=2.1.11
 year=1999-2007
 name=cocoon
 Name=Cocoon

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?rev=607701&r1=607700&r2=607701&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Mon Dec 31 00:37:40 2007
@@ -181,7 +181,7 @@
   </todo>
 
   <changes>
-  <release version="2.1.11" date="TBD">
+  <release version="2.1.11" date="December 31 2007">
     <action dev="RG" type="fix" fixes-bug="COCOON-1574">
       Created XPathXMLFileModule to address issus with XMLFileModule. XPathXMLFileModule supports variable
       replacement and caching of documents in ehcache and expressions as soft references.