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/07/29 15:04:47 UTC

[commons-pool] branch master updated (a612d50 -> 796e32d)

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

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


    from a612d50  [POOL-352] CallStackUtils mishandles security manager check part 1.
     add f32273b  Add OpenJDK 13-EA to Travis builds. Drop Java 7 build.
     add 0c87f35  Update maven-pmd-plugin from 3.11.0 to 3.12.0.
     add 79f5062  Update maven-pmd-plugin from 3.11.0 to 3.12.0.
     add 12a5b11  Use JApiCmp instead of Clirr.
     add d062005  Be quiet.
     add e451b40  Merge branch 'release'
     add f4455dc  Prepare for the next release.
     new 796e32d  Bump to next development version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[commons-pool] 01/01: Bump to next development version

Posted by gg...@apache.org.
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

commit 796e32d53cc0d870ba0db3a7faf4c5b24ff76f3f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 29 11:04:18 2019 -0400

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c797f3c..d81260d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>commons-pool2</artifactId>
-  <version>2.7.0</version>
+  <version>2.7.1-SNAPSHOT</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>