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

sebb 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 b56ab01  Update to latest plugins
b56ab01 is described below

commit b56ab016a8ca6ddbfe335e373c2a4a02655c6c4b
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jun 16 13:10:47 2020 +0100

    Update to latest plugins
---
 pom.xml                 | 8 ++++----
 src/changes/changes.xml | 4 ++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 056e85e..a34f690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,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.0.1</biz.aQute.bndlib.version>
+    <biz.aQute.bndlib.version>5.1.0</biz.aQute.bndlib.version>
 
     <!--
       Note: Maven site plugin 3.5.1 is the latest version but is not a direct 
replacement:
@@ -185,7 +185,7 @@
     <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>
     <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
     <commons.surefire.version>2.22.2</commons.surefire.version>
-    <commons.wagon-ssh.version>3.3.4</commons.wagon-ssh.version>
+    <commons.wagon-ssh.version>3.4.0</commons.wagon-ssh.version>
 
     <!-- Default values for the download-page generation by 
commons-build-plugin -->
     
<commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>
@@ -384,7 +384,7 @@
   </mailingLists>
 
   <prerequisites>
-    <maven>3.0.5</maven>
+    <maven>3.5.0</maven>
   </prerequisites>
 
   <!--
@@ -731,7 +731,7 @@
             <dependency>
               <groupId>org.apache.bcel</groupId>
               <artifactId>bcel</artifactId>
-              <version>6.4.1</version>
+              <version>6.5.0</version>
             </dependency>
           </dependencies>
         </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1c634a6..1ba806d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,10 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="sebb">commons.project-info.version 
3.0.0 -> 3.1.0</action>
             <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>
         </release>
 
         <release version="50" date="2019-12-17" description="Update site 
generation.

Reply via email to