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/12/16 13:40:44 UTC

[commons-parent] branch master updated: Update org.apache.maven.wagon:wagon-ssh 3.4.0 -> 3.4.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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f45bb7  Update org.apache.maven.wagon:wagon-ssh 3.4.0 -> 3.4.2.
0f45bb7 is described below

commit 0f45bb7b1a5be6c1d6a387519bd883a7d3087aaf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 16 08:40:39 2020 -0500

    Update org.apache.maven.wagon:wagon-ssh 3.4.0 -> 3.4.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af710b1..6512695 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
     <commons.spotbugs.impl.version>4.1.3</commons.spotbugs.impl.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.4.0</commons.wagon-ssh.version>
+    <commons.wagon-ssh.version>3.4.2</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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59312aa..64efa8a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
           <action type="update" dev="ggregory">Update spotbugs-maven-plugin from 4.0.4 to 4.1.3.</action>
           <action type="update" dev="ggregory">Update spotbugs impl from 4.0.6 to 4.1.3.</action>
           <action type="update" dev="ggregory">Update com.github.siom79.japicmp:japicmp-maven-plugin 0.14.3 -> 0.14.4.</action>
+          <action type="update" dev="ggregory">Update org.apache.maven.wagon:wagon-ssh 3.4.0 -> 3.4.2.</action>
         </release>
 
         <release version="52" date="2020-07-30" description="Add support for Java 15.">