You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/23 16:01:11 UTC

commons-pool git commit: - [POOL-341] Update optional library asm-util from 6.0 to 6.1.1. - Update commons-parent from 43 to 46.

Repository: commons-pool
Updated Branches:
  refs/heads/master 867614829 -> 3f91164a5


- [POOL-341] Update optional library asm-util from 6.0 to 6.1.1.
- Update commons-parent from 43 to 46.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3f91164a
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/3f91164a
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/3f91164a

Branch: refs/heads/master
Commit: 3f91164a5d265804b07364097ecacba02970c260
Parents: 8676148
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed May 23 10:01:08 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed May 23 10:01:08 2018 -0600

----------------------------------------------------------------------
 pom.xml                 | 14 ++++++++++++--
 src/changes/changes.xml |  3 +++
 2 files changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3f91164a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f913e97..ed6c2e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>43</version>
+    <version>46</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>6.0</version>
+      <version>6.1.1</version>
       <optional>true</optional>
     </dependency>
     
@@ -288,6 +288,16 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>com.github.siom79.japicmp</groupId>
+          <artifactId>japicmp-maven-plugin</artifactId>
+          <version>${commons.japicmp.version}</version>
+          <configuration>
+            <parameter>
+              <ignoreMissingClasses>true</ignoreMissingClasses>
+            </parameter>
+          </configuration>
+        </plugin>        
     </plugins>
   </reporting>
     

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3f91164a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 13227ee..5a3b0ae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="markt" issue="POOL-337" type="fix" due-to="Reinald Verheij">
       Ensure cancelled eviction tasks are removed from scheduler.
     </action>
+    <action dev="ggregory" issue="POOL-341" type="update">
+      Update optional library asm-util from 6.0 to 6.1.1.
+    </action>
   </release>
   <release version="2.5.0" date="2017-12-16" description="This is a minor release, updating to Java 7.">
     <action dev="ggregory" issue="POOL-331" type="update">