You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by ho...@apache.org on 2008/04/10 15:40:40 UTC

svn commit: r646801 - in /turbine/core/branches/TURBINE_2_3_BRANCH: pom.xml project.xml xdocs/changes.xml

Author: hoffmann
Date: Thu Apr 10 06:40:36 2008
New Revision: 646801

URL: http://svn.apache.org/viewvc?rev=646801&view=rev
Log:
preparing release of turbine 2.3.3

Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml
    turbine/core/branches/TURBINE_2_3_BRANCH/project.xml
    turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml?rev=646801&r1=646800&r2=646801&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml Thu Apr 10 06:40:36 2008
@@ -39,7 +39,7 @@
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine</artifactId>
   <name>turbine-2</name>
-  <version>2.3.3-dev</version>
+  <version>2.3.3-b1</version>
   <description>Turbine is a servlet based framework that allows experienced Java
     developers to quickly build secure web applications. Parts of Turbine
     can also be used independently of the web portion of Turbine as

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/project.xml
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?rev=646801&r1=646800&r2=646801&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Thu Apr 10 06:40:36 2008
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <name>turbine-2</name>
   <id>turbine</id>
-  <currentVersion>2.3.3-dev</currentVersion>
+  <currentVersion>2.3.3-b1</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://turbine.apache.org/</url>

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml?rev=646801&r1=646800&r2=646801&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml Thu Apr 10 06:40:36 2008
@@ -27,7 +27,10 @@
 </properties>
 
 <body>
-  <release version="2.3.3-dev" date="in Subversion">
+  <release version="2.3.3-b1" date="2008-04-10">
+    <action type="update" dev="hoffmann">
+      Preparing for the Release of Turbine 2.3.3
+    </action>
     <action type="update" dev="tv">
       Further simplify the value assignment in Intake fields.
     </action>