You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/12/09 18:15:52 UTC

ant git commit: BCEL 6.2 also needs to be used inside the POM.

Repository: ant
Updated Branches:
  refs/heads/master 0a23dc13b -> 1166420e3


BCEL 6.2 also needs to be used inside the POM.


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/1166420e
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/1166420e
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/1166420e

Branch: refs/heads/master
Commit: 1166420e385f0c6109097ba9934dbdc461e3ed3d
Parents: 0a23dc1
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Dec 9 19:15:29 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Dec 9 19:15:29 2017 +0100

----------------------------------------------------------------------
 src/etc/poms/ant-apache-bcel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/1166420e/src/etc/poms/ant-apache-bcel/pom.xml
----------------------------------------------------------------------
diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml
index 40cdcea..11e068a 100644
--- a/src/etc/poms/ant-apache-bcel/pom.xml
+++ b/src/etc/poms/ant-apache-bcel/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.0</version>
+      <version>6.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>