You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/04/08 20:06:19 UTC

svn commit: r1090375 - in /turbine/core/trunk: pom.xml src/changes/changes.xml

Author: tv
Date: Fri Apr  8 18:06:19 2011
New Revision: 1090375

URL: http://svn.apache.org/viewvc?rev=1090375&view=rev
Log:
- Updated dependency on commons-collections to 3.2.1
- Updated dependency on commons-configuration to 1.6
- Updated dependency on commons-lang to 2.5
- Updated dependency on commons-email to 1.2

Modified:
    turbine/core/trunk/pom.xml
    turbine/core/trunk/src/changes/changes.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1090375&r1=1090374&r2=1090375&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Fri Apr  8 18:06:19 2011
@@ -783,6 +783,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.7</version>
         <configuration> 
           <aggregate>false</aggregate>
           <source>${maven.compile.source}</source>
@@ -903,13 +904,13 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2</version>
+      <version>3.2.1</version>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.5</version>
+      <version>1.6</version>
       <type>jar</type>
       <exclusions>
         <exclusion>
@@ -919,16 +920,10 @@
       </exclusions>      
     </dependency>
     <dependency>
-      <groupId>commons-email</groupId>
+      <groupId>org.apache.commons</groupId>
       <artifactId>commons-email</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <type>jar</type>
-      <exclusions>
-        <exclusion>
-          <groupId>dumbster</groupId>
-          <artifactId>dumbster</artifactId>
-        </exclusion>
-      </exclusions>      
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
@@ -939,7 +934,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
       <type>jar</type>
     </dependency>
     <dependency>

Modified: turbine/core/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/src/changes/changes.xml?rev=1090375&r1=1090374&r2=1090375&view=diff
==============================================================================
--- turbine/core/trunk/src/changes/changes.xml (original)
+++ turbine/core/trunk/src/changes/changes.xml Fri Apr  8 18:06:19 2011
@@ -26,6 +26,18 @@
   <body>
     <release version="4.0-M1" date="in Subversion">
       <action type="update" dev="tv">
+        Updated dependency on commons-collections to 3.2.1
+      </action>
+      <action type="update" dev="tv">
+        Updated dependency on commons-configuration to 1.6
+      </action>
+      <action type="update" dev="tv">
+        Updated dependency on commons-lang to 2.5
+      </action>
+      <action type="update" dev="tv">
+        Updated dependency on commons-email to 1.2
+      </action>
+      <action type="update" dev="tv">
         Move to Java-5 generics.
       </action>
       <action type="update" dev="ludwig">