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:56 UTC

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

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>