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 2021/12/15 16:24:54 UTC

[commons-bcel] branch master updated (6b8b518 -> ce8f993)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git.


    from 6b8b518  Bump some dependencies.
     new b3b60c9  Update bundle plugin to inherit dependency from parent.
     new ce8f993  Bump maven-bundle-plugin from 5.1.1 to 5.1.3.

The 2 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.


Summary of changes:
 pom.xml                 | 9 ++-------
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+), 7 deletions(-)

[commons-bcel] 02/02: Bump maven-bundle-plugin from 5.1.1 to 5.1.3.

Posted by gg...@apache.org.
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

commit ce8f9933cdd4ab9520cd9e05ac86d84334f9c2a0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 15 11:24:51 2021 -0500

    Bump maven-bundle-plugin from 5.1.1 to 5.1.3.
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 82489ea..b558c79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
     <clirr.skip>true</clirr.skip>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
+    <commons.felix.version>5.1.3</commons.felix.version>
     <biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>
   </properties>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa7eb6b..764c256 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,6 +93,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump jna.version from 5.6.0 to 5.10.0 #84, #102, #109.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.19 to 1.33 #92, #100.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.version from 3.2.0 to 3.3.0.</action>
+      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump Bump maven-bundle-plugin from 5.1.1 to 5.1.3.</action>
     </release>
     <release version="6.5.0" date="2020-06-05" description="Minor feature and bug fix release.">
       <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action>

[commons-bcel] 01/02: Update bundle plugin to inherit dependency from parent.

Posted by gg...@apache.org.
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

commit b3b60c962f1da27c17f4b306cd879760994ca7f9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 15 11:22:33 2021 -0500

    Update bundle plugin to inherit dependency from parent.
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 859eeba..82489ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
     <clirr.skip>true</clirr.skip>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
+    <biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>
   </properties>
 
   <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->
@@ -223,13 +224,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>biz.aQute.bnd</groupId>
-            <artifactId>biz.aQute.bndlib</artifactId>
-            <version>6.1.0</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>