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 2020/06/17 15:12:26 UTC

[commons-pool] 02/02: Update commons-parent.

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 9487fec8f8ef817d499378c48c70085f608b7d4d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 17 11:12:16 2020 -0400

    Update commons-parent.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 326bfbf..295d1f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>48</version>
+    <version>50</version>
   </parent>
 
   <artifactId>commons-pool2</artifactId>
@@ -189,6 +189,7 @@
     
     <commons.japicmp.version>0.14.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
+    <spotbugs.skip>false</spotbugs.skip>
   </properties> 
 
   <build>