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/10/03 14:49:04 UTC

[commons-pool] branch master updated: Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.

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 18f427a  Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.
18f427a is described below

commit 18f427ac06285714f730fb12b3282a498f7fb28d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Oct 3 10:49:00 2019 -0400

    Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c60f6a7..43a2c80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
               <dependency>
                 <groupId>org.apache.bcel</groupId>
                 <artifactId>bcel</artifactId>
-                <version>6.3.1</version>
+                <version>6.4.1</version>
               </dependency>
             </dependencies>
           </plugin>