You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by se...@apache.org on 2008/05/23 18:03:32 UTC

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

Author: seade
Date: Fri May 23 09:03:31 2008
New Revision: 659579

URL: http://svn.apache.org/viewvc?rev=659579&view=rev
Log:
Update to commons-lang-2.4 and mention other updates in the change log.

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=659579&r1=659578&r2=659579&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml Fri May 23 09:03:31 2008
@@ -665,7 +665,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
@@ -802,13 +802,13 @@
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.torque</groupId>
-      <artifactId>village</artifactId>
-      <version>3.3</version>
-      <type>jar</type>
-      <scope>compile</scope>
-    </dependency>
+    <dependency>
+      <groupId>org.apache.torque</groupId>
+      <artifactId>village</artifactId>
+      <version>3.3</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
     <dependency>
       <groupId>xmlrpc</groupId>
       <artifactId>xmlrpc</artifactId>

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=659579&r1=659578&r2=659579&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Fri May 23 09:03:31 2008
@@ -511,7 +511,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <url>http://commons.apache.org/lang/</url>
       <type>jar</type>
       <properties>

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=659579&r1=659578&r2=659579&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml Fri May 23 09:03:31 2008
@@ -27,10 +27,30 @@
 </properties>
 
 <body>
-  <release version="2.3.3-b1" date="2008-04-10">
+  <release version="2.3.3-RC1" date="2008-05-??">
     <action type="update" dev="hoffmann">
       Preparing for the Release of Turbine 2.3.3
     </action>
+    <action type="update" dev="seade">
+      VelocityHtmlEmail now throws EmailException rather than
+      VelocityEmailException.  This has been done for compatibility with
+      commons-email-1.1, even though commons-email-1.0 is being used for now.
+    </action>
+    <action type="update" dev="seade">
+      Update jar dependencies:<br/>
+      <ul>
+        <li>javax.activation to 1.1.1</li>
+        <li>javax.mail to 1.4.1</li>
+        <li>commons-configuration to 1.5</li>
+        <li>commons-fileupload to 1.2.1</li>
+        <li>commons-io to 1.4</li>
+        <li>commons-logging to 1.1.1</li>
+        <li>commons-lang to 2.4</li>
+        <li>commons-pool to 1.4</li>
+        <li>log4j to 1.2.15</li>
+        <li>servletapi to 2.4</li>
+      </ul>
+    </action>
     <action type="update" dev="tv">
       Further simplify the value assignment in Intake fields.
     </action>