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/11/22 22:34:43 UTC

svn commit: r719924 - in /turbine/core/branches/TURBINE_2_3_BRANCH: pom.xml project.xml

Author: hoffmann
Date: Sat Nov 22 13:34:42 2008
New Revision: 719924

URL: http://svn.apache.org/viewvc?rev=719924&view=rev
Log:
finishing up the release

Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml
    turbine/core/branches/TURBINE_2_3_BRANCH/project.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=719924&r1=719923&r2=719924&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml Sat Nov 22 13:34:42 2008
@@ -39,7 +39,7 @@
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine</artifactId>
   <name>turbine-2</name>
-  <version>2.3.3-b1</version>
+  <version>2.3.3</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
@@ -843,7 +843,7 @@
     <repository>
       <id>default</id>
       <name>Default Repository</name>
-      <url>people.apache.org//www/www.apache.org/dist/turbine/releases/rc/turbine-2.3.3-rc1</url>
+      <url>people.apache.org//www/www.apache.org/dist/turbine/releases/rc/turbine-2.3.3</url>
     </repository>
     <site>
       <id>default</id>

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=719924&r1=719923&r2=719924&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Sat Nov 22 13:34:42 2008
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <name>turbine-2</name>
   <id>turbine</id>
-  <currentVersion>2.3.3-RC1</currentVersion>
+  <currentVersion>2.3.3</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://turbine.apache.org/</url>
@@ -43,7 +43,7 @@
     well. In other words, we strive to make portions of Turbine easily
     available for use in other applications.
   </description>
-  <url>http://turbine.apache.org/turbine/turbine-2.3.3-rc1/index.html</url>
+  <url>http://turbine.apache.org/turbine/turbine-2.3.3/index.html</url>
   <issueTrackingUrl>http://issues.apache.org/jira/browse/TRB</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/turbine.apache.org/turbine/development/turbine-2.3/</siteDirectory>
@@ -106,6 +106,11 @@
       <tag>TURBINE_2_3_3_RC1</tag>
       <id>2.3.3-RC1</id>
     </version>
+    <version>
+      <name>2.3.3</name>
+      <tag>TURBINE_2_3_3</tag>
+      <id>2.3.3</id>
+    </version>
   </versions>
 
   <mailingLists>