You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/05/03 13:15:40 UTC

[maven-shared-jar] branch MSHARED-888 created (now 725bb30)

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

slachiewicz pushed a change to branch MSHARED-888
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git.


      at 725bb30  [MSHARED-888] Upgrade to Apache BCEL 6.2

This branch includes the following new commits:

     new 725bb30  [MSHARED-888] Upgrade to Apache BCEL 6.2

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.



[maven-shared-jar] 01/01: [MSHARED-888] Upgrade to Apache BCEL 6.2

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MSHARED-888
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git

commit 725bb306bbedb3b1577faf448e716c3240659be3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 3 15:15:23 2020 +0200

    [MSHARED-888] Upgrade to Apache BCEL 6.2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72de993..cb2beba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,9 +94,9 @@
     </dependency>
 
     <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>bcel-findbugs</artifactId>
-      <version>6.0</version>
+      <groupId>org.apache.bcel</groupId>
+      <artifactId>bcel</artifactId>
+      <version>6.2</version><!-- Java 7 -->
     </dependency>
 
     <dependency>