You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/03/07 16:43:14 UTC

svn commit: r1854992 - in /turbine/fulcrum/trunk/parser: pom.xml src/changes/changes.xml

Author: painter
Date: Thu Mar  7 16:43:14 2019
New Revision: 1854992

URL: http://svn.apache.org/viewvc?rev=1854992&view=rev
Log:
Update commons-pool2 to 2.6.1

Modified:
    turbine/fulcrum/trunk/parser/pom.xml
    turbine/fulcrum/trunk/parser/src/changes/changes.xml

Modified: turbine/fulcrum/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/pom.xml?rev=1854992&r1=1854991&r2=1854992&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/pom.xml (original)
+++ turbine/fulcrum/trunk/parser/pom.xml Thu Mar  7 16:43:14 2019
@@ -102,7 +102,7 @@
 	<dependency>
 	    <groupId>org.apache.commons</groupId>
 	    <artifactId>commons-pool2</artifactId>
-	    <version>2.6.0</version>
+	    <version>2.6.1</version>
 	</dependency>
 
     <!-- testing dependencies -->

Modified: turbine/fulcrum/trunk/parser/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/src/changes/changes.xml?rev=1854992&r1=1854991&r2=1854992&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/parser/src/changes/changes.xml Thu Mar  7 16:43:14 2019
@@ -24,7 +24,7 @@
     <body>
         <release version="2.0.0" date="in SVN">
           <action dev="painter" type="update">
-            Remove dependency on fulcrum-pool and use commons-pool2 v2.6.0 instead
+            Remove dependency on fulcrum-pool and use commons-pool2 v2.6.1 instead
           </action>
           <action dev="gk" type="update">
             Added tests for getParts()