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 2023/04/30 13:44:28 UTC

[commons-bcel] branch master updated: Backout debugging and parent pom change.

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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new de3f8582 Backout debugging and parent pom change.
de3f8582 is described below

commit de3f85821dd82202d90331730bd1ca791e545d73
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Apr 30 09:44:24 2023 -0400

    Backout debugging and parent pom change.
    
    Waiting on org.apache.maven.shared:maven-dependency-analyzer:1.13.2
---
 pom.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c6e68df..7ebef432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>57</version>
+    <version>56</version>
   </parent>
 
   <groupId>org.apache.bcel</groupId>
@@ -210,18 +210,6 @@
   <build>
     <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check pmd:check spotbugs:check javadoc:javadoc</defaultGoal>
     <plugins>
-      <plugin>
-        <groupId>org.cyclonedx</groupId>
-        <artifactId>cyclonedx-maven-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-dependency-analyzer</artifactId>
-            <version>1.13.2-SNAPSHOT</version>
-<!--            <version>1.13.1</version>-->
-          </dependency>
-		</dependencies>
-      </plugin>		
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>