You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/14 10:10:13 UTC

[commons-parent] 08/08: commons.wagon-ssh.version 3.3.3 -> 3.3.4

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 383b4e9a96ebf1a279af40e5d0c9746575b3b4f7
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 14 10:09:27 2019 +0000

    commons.wagon-ssh.version 3.3.3 -> 3.3.4
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ce3f50..a14bcba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
     <commons.spotbugs.version>3.1.6</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.3</commons.wagon-ssh.version>
+    <commons.wagon-ssh.version>3.3.4</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 09802c8..ea436c7 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="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">commons.wagon-ssh.version 3.3.3 -> 3.3.4</action>
             <action type="update" dev="aherbert">commons.assembly-plugin.version 3.1.1 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.source-plugin.version 3.1.0 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.jar-plugin.version 3.1.2 -> 3.2.0</action>