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 2020/06/24 20:15:09 UTC

[commons-parent] branch master updated: biz.aQute.bndlib.version 5.1.0 -> 5.1.1.

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


The following commit(s) were added to refs/heads/master by this push:
     new e6b676e  biz.aQute.bndlib.version 5.1.0 -> 5.1.1.
e6b676e is described below

commit e6b676e76a12e883bf0242058ca52033707c7a8d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 24 16:15:02 2020 -0400

    biz.aQute.bndlib.version 5.1.0 -> 5.1.1.
---
 pom.xml                 |  2 +-
 src/changes/changes.xml | 79 +++++++++++++++++++++++++------------------------
 2 files changed, 41 insertions(+), 40 deletions(-)

diff --git a/pom.xml b/pom.xml
index 59ba836..feefeb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
     <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <!-- requires Java 8+ -->
-    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
+    <biz.aQute.bndlib.version>5.1.1</biz.aQute.bndlib.version>
 
     <!--
       Note: Maven site plugin 3.5.1 is the latest version but is not a direct replacement:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6e2d8d8..26cb79c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="52" date="YYYY-MM-DD" description="TBA">
+          <action type="update" dev="ggregory">biz.aQute.bndlib.version 5.1.0 -> 5.1.1.</action>
         </release>
 
         <release version="51" date="2020-06-23" description="Fix incompatibilty issues with Java 7
@@ -82,10 +83,10 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory">Add support for Java 13</action>
             <action type="update" dev="erans">Support NOTICE and LICENSE alongside .txt versions</action>
             <action type="update" dev="sebb">commons.wagon-ssh.version 3.0.0 -> 3.1.0</action>
-            <action type="update" dev="sebb">biz.aQute.bndlib.version 5.0.1 => 5.1.0</action>
-            <action type="update" dev="sebb">bcel version 6.4.1 => 6.5.0</action>
-            <action type="update" dev="sebb">maven pre-requisite 3.0.5 => 3.5.0</action>
-            <action type="update" dev="sebb">commons.build-helper.version 3.0.0 => 3.1.0</action>
+            <action type="update" dev="sebb">biz.aQute.bndlib.version 5.0.1 -> 5.1.0</action>
+            <action type="update" dev="sebb">bcel version 6.4.1 -> 6.5.0</action>
+            <action type="update" dev="sebb">maven pre-requisite 3.0.5 -> 3.5.0</action>
+            <action type="update" dev="sebb">commons.build-helper.version 3.0.0 -> 3.1.0</action>
             <action type="add" dev="sebb">Allow override of changes.announcementFile/announcementDirectory</action>
         </release>
 
@@ -335,32 +336,32 @@ N.B. The assembly plugin now runs in the verify phase (it was previously run in
             <action type="update">Update Jar Plugin : 2.5 -> 2.6</action>
             <action type="update">Drop the "trunks-proper" profile</action>
             <action type="update">Update animal-sniffer Plugin : 2.13 -> 2.14 (for Java7+ build profile)</action>
-            <action type="update">Move assembly to standard location. src/main => src/assembly/src.xml</action>
+            <action type="update">Move assembly to standard location. src/main -> src/assembly/src.xml</action>
             <action type="update">Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946</action>
         </release>
 
         <release version="38" date="2015-06-25" description="Fix bug in site Security link; update plugins">
             <!-- List each change individually so the changes HTML report is easier to read -->
             <action type="update">Fix URL for Security link</action>
-            <action type="update">Update Assembly Plugin : 2.5.3 => 2.5.5</action>
-            <action type="update">Update Cobertura Plugin : 2.6 => 2.7</action>
-            <action type="update">Update Jacoco Plugin : 0.7.2 => 0.7.4</action>
-            <action type="update">Update Javadoc Plugin : 2.10.1 => 2.10.2</action>
-            <action type="update">Update Surefire Plugin : 2.18 => 2.18.1</action>
+            <action type="update">Update Assembly Plugin : 2.5.3 -> 2.5.5</action>
+            <action type="update">Update Cobertura Plugin : 2.6 -> 2.7</action>
+            <action type="update">Update Jacoco Plugin : 0.7.2 -> 0.7.4</action>
+            <action type="update">Update Javadoc Plugin : 2.10.1 -> 2.10.2</action>
+            <action type="update">Update Surefire Plugin : 2.18 -> 2.18.1</action>
         </release>
 
         <release version="37" date="2015-01-28" description="Update plugins, add Animal Sniffer and site-basic profile">
             <!-- List each change individually so the changes HTML report is easier to read -->
             <action type="update">Update minimum Maven prerequisite (as defined by Findbugs) 3.0 -> 3.0.1</action>
             <action type="update">Update org.apache:apache 15 to 16 (nop for Commons: maven-compiler-plugin already contained source/target)</action>
-            <action type="update">Update Maven Project Info Reports Plugin : 2.7 => 2.8</action>
+            <action type="update">Update Maven Project Info Reports Plugin : 2.7 -> 2.8</action>
             <action type="update">merged maven-3 profile into main body (Maven 2 is no longer supported)</action>
             <action type="add">Added Animal Sniffer profile (active by default)</action>
             <action type="update">renamed the profile jdk7-findbugs to jdk7-plugin-fix-version</action>
             <action type="add">Allow to configure dependency excludes of bundle-plugin with commons.osgi.excludeDependencies</action>
             <action type="add">Added property commons.changes.onlyCurrentVersion for changes plugin Jira report</action>
-            <action type="update">Update GPG Plugin : 1.5 => 1.6</action>
-            <action type="update">Update Antrun Plugin : 1.7 => 1.8</action>
+            <action type="update">Update GPG Plugin : 1.5 -> 1.6</action>
+            <action type="update">Update Antrun Plugin : 1.7 -> 1.8</action>
             <action type="add">Allow changes Jira report maxEntries to be overridden (default 100)</action>
             <action type="add">Allow changes Jira report runOnlyAtExecutionRoot to be overridden</action>
             <action type="add">Added site-basic profile to allow quick generation of the basic site docs</action>
@@ -465,7 +466,7 @@ The main changes in this release are:
             <action type="update">Dropped "rc" profile as no longer relevant</action>
             <action type="update">maven-bundle-plugin              2.3.7 -> 2.4.0</action>
             <action type="update">maven-surefire[-report]-plugin  2.14.1 -> 2.15</action>
-            <action type="fix" issue="COMMONSSITE-69">renamed properties maven.compile.* => maven.compiler.*</action>
+            <action type="fix" issue="COMMONSSITE-69">renamed properties maven.compile.* -> maven.compiler.*</action>
             <action type="update">Exclude .checkstyle and .fbprefs from RAT check</action>
         </release>
         <release version="30" date="2013-05-28" description="
@@ -539,7 +540,7 @@ ${argLine} property):
             Added maven-scm-publish-plugin  1.0-beta-2
             Removed timestamp from Javadoc output
             Moved Cobertura from default to reporting profile
-            Renamed module sanselan => imaging
+            Renamed module sanselan -> imaging
             Added scm publishing properties
             </action>
         </release>
@@ -547,7 +548,7 @@ ${argLine} property):
             <action type="update">
             update maven-site-plugin to 3.1 in reporting section
             use properties for all reporting plugins to ensure consistency
-            maven-changes-plugin: 2.7.1 => 2.8 (fixes MCHANGES-285 SAXException parsing JIRA XML from JIRA 5.1)
+            maven-changes-plugin: 2.7.1 -> 2.8 (fixes MCHANGES-285 SAXException parsing JIRA XML from JIRA 5.1)
             maven-project-info-reports-plugin  2.5 -> 2.5.1
             maven-resources-plugin             2.5 -> 2.6
             maven-surefire-plugin              2.12.2 -> 2.12.3
@@ -560,23 +561,23 @@ ${argLine} property):
             (in fact it causes problems, because it reverts bndlib to a version that is missing some required new methods)
             </action>
             <action type="update">
-            maven-changes-plugin: 2.6 => 2.7.1
-            maven-clean-plugin: 2.4.1 => 2.5
-            maven-compiler-plugin: 2.3.2 => 2.5.1
-            maven-project-info-reports-plugin: 2.4 => 2.5
-            maven-release-plugin: 2.2.2 => 2.3.2
-            maven-remote-resources-plugin: 1.2.1 => 1.3
-            maven-site-plugin: 3.0 => 3.1
-            maven-source-plugin: 2.1.2 => 2.2
-            maven-surefire-plugin: 2.12 => 2.12.2
-            maven-surefire-report-plugin: 2.12 => 2.12.2
-            org.codehaus.mojo:buildnumber-maven-plugin: 1.0 => 1.1
+            maven-changes-plugin: 2.6 -> 2.7.1
+            maven-clean-plugin: 2.4.1 -> 2.5
+            maven-compiler-plugin: 2.3.2 -> 2.5.1
+            maven-project-info-reports-plugin: 2.4 -> 2.5
+            maven-release-plugin: 2.2.2 -> 2.3.2
+            maven-remote-resources-plugin: 1.2.1 -> 1.3
+            maven-site-plugin: 3.0 -> 3.1
+            maven-source-plugin: 2.1.2 -> 2.2
+            maven-surefire-plugin: 2.12 -> 2.12.2
+            maven-surefire-report-plugin: 2.12 -> 2.12.2
+            org.codehaus.mojo:buildnumber-maven-plugin: 1.0 -> 1.1
             </action>
         </release>
         <release version="25" date="2012-??-??" description="Update plugins">
             <action type="update">
             Updated various plugin versions:
-            clirr-maven-plugin: 2.3 => 2.4
+            clirr-maven-plugin: 2.3 -> 2.4
             clirr and RAT added to pluginManagement so can override the version from Apache POM
             Add changes and jira reports
             </action>
@@ -584,20 +585,20 @@ ${argLine} property):
         <release version="24" date="2012-03-13" description="Update and add plugins">
             <action type="update">
             Updated various plugin versions:
-            antrun: 1.6 => 1.7
-            assembly: 2.2.1 => 2.3
-            jar: 2.3.2 => 2.4
-            release: 2.2.1 => 2.2.2
+            antrun: 1.6 -> 1.7
+            assembly: 2.2.1 -> 2.3
+            jar: 2.3.2 -> 2.4
+            release: 2.2.1 -> 2.2.2
             remote-resources: override Apache pom 9 with 1.2.1
-            commons-build: 1.3 => 1.4
-            bundle: 2.3.5 => 2.3.7; removed workround for Java 1.5 as no longer necessary
+            commons-build: 1.3 -> 1.4
+            bundle: 2.3.5 -> 2.3.7; removed workround for Java 1.5 as no longer necessary
             Added cobertura: 2.5.1 to reporting and buildManagement
-            surefire: 2.9 => 2.12
-            surefire-report: 2.9 => 2.12
+            surefire: 2.9 -> 2.12
+            surefire-report: 2.9 -> 2.12
             Allow override of surefire-report aggregate setting using property commons.surefire-report.aggregate
-            javadoc: 2.8 => 2.8.1
-            rat: 0.7 => 0.8
-            wagon-ssh 1.0 => 2.2 (M3 only)
+            javadoc: 2.8 -> 2.8.1
+            rat: 0.7 -> 0.8
+            wagon-ssh 1.0 -> 2.2 (M3 only)
             Deleted "ci" profile (does not apply with Nexus)
             Add default project info reports: excluded license/plugins/plugin management
             Add tests.jar and test-sources.jar to deployed files