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/05/19 15:13:27 UTC

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

Author: hoffmann
Date: Mon May 19 06:13:27 2008
New Revision: 657821

URL: http://svn.apache.org/viewvc?rev=657821&view=rev
Log:
preparations for release of Turbine 2.3.3 and applying Scott Eades Patch, without upgrade of commons-email.

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=657821&r1=657820&r2=657821&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml Mon May 19 06:13:27 2008
@@ -630,7 +630,7 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.4</version>
+      <version>1.5</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
@@ -651,14 +651,14 @@
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.2</version>
+      <version>1.2.1</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3.1</version>
+      <version>1.4</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
@@ -672,14 +672,14 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.3</version>
+      <version>1.4</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
@@ -773,18 +773,18 @@
       <type>jar</type>
       <scope>compile</scope>
       <optional>true</optional>
-    </dependency> 
+    </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
+      <version>1.2.15</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>

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=657821&r1=657820&r2=657821&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Mon May 19 06:13:27 2008
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <name>turbine-2</name>
   <id>turbine</id>
-  <currentVersion>2.3.3-b1</currentVersion>
+  <currentVersion>2.3.3-RC1</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://turbine.apache.org/</url>
@@ -103,7 +103,7 @@
     </version>
     <version>
       <name>2.3.3-RC1</name>
-      <tag>TURBINE_2_3_2_RC1</tag>
+      <tag>TURBINE_2_3_3_RC1</tag>
     </version>
   </versions>
 
@@ -461,7 +461,7 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.4</version>
+      <version>1.5</version>
       <url>http://commons.apache.org/configuration/</url>
       <type>jar</type>
       <properties>
@@ -491,7 +491,7 @@
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.2</version>
+      <version>1.2.1</version>
       <url>http://commons.apache.org/fileupload/</url>
       <type>jar</type>
       <properties>
@@ -501,7 +501,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3.1</version>
+      <version>1.4</version>
       <url>http://commons.apache.org/io/</url>
       <type>jar</type>
       <properties>
@@ -521,7 +521,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
       <url>http://commons.apache.org/logging/</url>
       <type>jar</type>
       <properties>
@@ -531,7 +531,7 @@
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.3</version>
+      <version>1.4</version>
       <url>http://commons.apache.org/pool/</url>
       <type>jar</type>
       <properties>
@@ -651,11 +651,11 @@
       <properties>
       <war.bundle>true</war.bundle>
       </properties>
-    </dependency> 
+    </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
+      <version>1.2.15</version>
       <url>http://logging.apache.org/log4j/</url>
       <type>jar</type>
       <properties>
@@ -665,7 +665,7 @@
     <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <url>http://java.sun.com/products/servlet/</url>
       <type>jar</type>
       <properties>
@@ -922,7 +922,7 @@
     <dependency>
       <groupId>maven</groupId>
       <artifactId>maven-xdoc-plugin</artifactId>
-      <version>1.9.2</version>
+      <version>1.10.1</version>
       <type>plugin</type>
     </dependency>
   </dependencies>