You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/09 23:01:16 UTC

[maven-changes-plugin] branch ssl created (now 3a8b27b)

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

slachiewicz pushed a change to branch ssl
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


      at 3a8b27b  WPI Upgrade aether and wagon-http

This branch includes the following new commits:

     new 46b6db1  Revert "Use default configuration for Jenkins build"
     new 3a8b27b  WPI Upgrade aether and wagon-http

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-changes-plugin] 01/02: Revert "Use default configuration for Jenkins build"

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch ssl
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 46b6db18ef3cadd863297f2e54b3dff55721a684
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 9 22:23:49 2020 +0100

    Revert "Use default configuration for Jenkins build"
    
    This reverts commit a9b78d87252030bca933c626170dc13ba36c3930.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..a549506 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild(jdk:['7','8','11'])


[maven-changes-plugin] 02/02: WPI Upgrade aether and wagon-http

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch ssl
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 3a8b27b681b5f9a3d22d111721c169593c9a1167
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Feb 10 00:01:04 2020 +0100

    WPI Upgrade aether and wagon-http
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86bfbc0..116247f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@ under the License.
     <doxiaSitetoolsVersion>1.4</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
-    <wagonVersion>1.0-beta-6</wagonVersion>
+    <wagonVersion>2.4</wagonVersion>
   </properties>
 
   <dependencies>
@@ -407,7 +407,7 @@ under the License.
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-connector-wagon</artifactId>
-      <version>1.7</version>
+      <version>1.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>