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/08 14:55:06 UTC

[commons-lang] 01/02: Bump maven-bundle-plugin from 5.1.1 to 5.1.2.

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

commit 8c70fb4a3b42079f29501927cce62f9f4745953d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 8 09:49:35 2021 -0500

    Bump maven-bundle-plugin from 5.1.1 to 5.1.2.
    
    Pick up maven-bundle-plugin from parent.
---
 pom.xml                 | 15 +++------------
 src/changes/changes.xml |  4 +++-
 2 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index c680043..9dca15d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -653,7 +653,9 @@
     <commons.japicmp.version>0.15.4</commons.japicmp.version>
     <commons.pmd.version>3.15.0</commons.pmd.version>
     <commons.pmd-impl.version>6.41.0</commons.pmd-impl.version>
-
+    <commons.felix.version>5.1.2</commons.felix.version>
+    <biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>
+    
     <!-- Commons Release Plugin -->
     <commons.bc.version>3.12.0</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
@@ -831,17 +833,6 @@
           <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
       </plugin>
-      <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>
     </plugins>
   </build>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 359807e..0a2e814 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -111,7 +111,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add MutablePair.ofNonNull(L, R).</action>
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add MutableTriple.ofNonNull(L, M, R).</action>
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add Pair.ofNonNull(L, R).</action>
-    <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add Triple.ofNonNull(L, M, R).</action>    <!-- UPDATE -->
+    <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add Triple.ofNonNull(L, M, R).</action>
+    <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.5.0.0 #735, #808, #822, #834.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, XenoAmess">Bump actions/cache from v2.1.4 to v2.1.7 #742, #752, #764, #833.</action>
     <action                   type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from v1.4.3 to v2.</action>
@@ -128,6 +129,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump pmd-java8 from 6.40.0 to 6.41.0 #837.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump biz.aQute.bndlib from 5.3.0 to 6.1.0 #814, #835.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from 2.3.4 to 2.4.0 #819, #825.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-bundle-plugin from 5.1.1 to 5.1.2.</action>
   </release>
 
   <release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">