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 2019/03/26 20:26:40 UTC

[commons-pool] branch master updated: Update Apache Commons Parent from 47 to 48.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new ac214bf  Update Apache Commons Parent from 47 to 48.
ac214bf is described below

commit ac214bfcc63761ac440785675a0bed7d2798ec96
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Mar 26 16:26:36 2019 -0400

    Update Apache Commons Parent from 47 to 48.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f060c74..5674034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>47</version>
+    <version>48</version>
   </parent>
 
   <artifactId>commons-pool2</artifactId>
@@ -181,7 +181,8 @@
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
     
-    <commons.japicmp.version>0.13.0</commons.japicmp.version>
+    <commons.japicmp.version>0.13.1</commons.japicmp.version>
+    <japicmp.skip>false</japicmp.skip>
   </properties> 
 
   <build>