[Git][java-team/wagon][master] 6 commits: New upstream version 3.5.3
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Jan 2 13:45:38 GMT 2023
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / wagon
Commits:
7590b455 by Emmanuel Bourg at 2023-01-02T14:40:17+01:00
New upstream version 3.5.3
- - - - -
9069de32 by Emmanuel Bourg at 2023-01-02T14:40:18+01:00
Update upstream source from tag 'upstream/3.5.3'
Update to upstream version '3.5.3'
with Debian dir c959e63ad7c49371bb9a5b013056f6d97c748409
- - - - -
46a88505 by Emmanuel Bourg at 2023-01-02T14:40:58+01:00
Refreshed the patches
- - - - -
e71bdbe9 by Emmanuel Bourg at 2023-01-02T14:41:03+01:00
Standards-Version updated to 4.6.2
- - - - -
f43786cd by Emmanuel Bourg at 2023-01-02T14:43:32+01:00
Set the target release to Java 8 (Closes: #1027558)
- - - - -
663f64f3 by Emmanuel Bourg at 2023-01-02T14:43:42+01:00
Upload to unstable
- - - - -
23 changed files:
- README.md
- debian/changelog
- debian/control
- debian/maven.properties
- debian/patches/do_not_run_http_tests.patch
- debian/patches/no_itcould_webdav.diff
- pom.xml
- wagon-provider-api/pom.xml
- wagon-provider-test/pom.xml
- wagon-providers/pom.xml
- wagon-providers/wagon-file/pom.xml
- wagon-providers/wagon-ftp/pom.xml
- wagon-providers/wagon-http-lightweight/pom.xml
- wagon-providers/wagon-http-shared/pom.xml
- wagon-providers/wagon-http/pom.xml
- wagon-providers/wagon-scm/pom.xml
- wagon-providers/wagon-ssh-common-test/pom.xml
- wagon-providers/wagon-ssh-common/pom.xml
- wagon-providers/wagon-ssh-external/pom.xml
- wagon-providers/wagon-ssh/pom.xml
- wagon-providers/wagon-webdav-jackrabbit/pom.xml
- wagon-tcks/pom.xml
- wagon-tcks/wagon-tck-http/pom.xml
Changes:
=====================================
README.md
=====================================
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Wagon](https://maven.apache.org/wagon/)
[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-WAGON.json)][jira]
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.wagon/wagon.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.wagon/wagon)
-[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.maven.wagon:wagon)
+[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/wagon/wagon/README.md)
[![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/master.svg)][build]
[![Jenkins tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/master.svg)][test-results]
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+wagon (3.5.3-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ - Refreshed the patches
+ * Set the target release to Java 8 (Closes: #1027558)
+ * Standards-Version updated to 4.6.2
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 02 Jan 2023 14:43:37 +0100
+
wagon (3.5.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -27,7 +27,7 @@ Build-Depends:
libplexus-utils2-java,
libservlet-api-java,
maven-debian-helper
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/wagon.git
Vcs-Browser: https://salsa.debian.org/java-team/wagon
Homepage: http://maven.apache.org/wagon/
=====================================
debian/maven.properties
=====================================
@@ -1,2 +1,2 @@
-maven.compiler.release=7
+maven.compiler.release=8
maven.test.skip=true
=====================================
debian/patches/do_not_run_http_tests.patch
=====================================
@@ -3,7 +3,7 @@ Author: Damien Raude-Morvan <drazzib at debian.org>
Subject: Do not run tests making HTTP/HTTPS connections
--- a/wagon-providers/wagon-http-lightweight/pom.xml
+++ b/wagon-providers/wagon-http-lightweight/pom.xml
-@@ -70,4 +70,19 @@
+@@ -66,4 +66,19 @@
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>
@@ -25,7 +25,7 @@ Subject: Do not run tests making HTTP/HTTPS connections
</project>
--- a/wagon-providers/wagon-http/pom.xml
+++ b/wagon-providers/wagon-http/pom.xml
-@@ -163,6 +163,18 @@
+@@ -155,6 +155,18 @@
</systemPropertyVariables>
</configuration>
</plugin>
=====================================
debian/patches/no_itcould_webdav.diff
=====================================
@@ -1,6 +1,6 @@
--- a/wagon-providers/wagon-webdav-jackrabbit/pom.xml
+++ b/wagon-providers/wagon-webdav-jackrabbit/pom.xml
-@@ -159,6 +159,15 @@
+@@ -154,6 +154,15 @@
</systemPropertyVariables>
</configuration>
</plugin>
=====================================
pom.xml
=====================================
@@ -28,7 +28,7 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<packaging>pom</packaging>
<name>Apache Maven Wagon</name>
@@ -38,10 +38,10 @@ under the License.
<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
- <slf4jVersion>1.7.32</slf4jVersion>
+ <slf4jVersion>1.7.36</slf4jVersion>
<maven.site.path>wagon-archives/wagon-LATEST</maven.site.path>
<javaVersion>7</javaVersion>
- <project.build.outputTimestamp>2022-06-23T20:45:30Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2022-12-18T20:57:41Z</project.build.outputTimestamp>
</properties>
<contributors>
@@ -199,7 +199,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-wagon.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-wagon.git</developerConnection>
<url>https://github.com/apache/maven-wagon/tree/${project.scm.tag}</url>
- <tag>wagon-3.5.2</tag>
+ <tag>wagon-3.5.3</tag>
</scm>
<issueManagement>
@@ -208,7 +208,7 @@ under the License.
</issueManagement>
<ciManagement>
<system>Jenkins</system>
- <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-wagon/</url>
+ <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/</url>
</ciManagement>
<distributionManagement>
@@ -279,7 +279,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
</dependency>
<!-- for slf4j -->
@@ -315,7 +315,7 @@ under the License.
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
- <version>9.2.24.v20180105</version>
+ <version>9.2.30.v20200428</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
=====================================
wagon-provider-api/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-provider-test/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -50,18 +50,19 @@ under the License.
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.13</version>
+ <version>4.5.14</version>
</dependency>
<!-- Overwrite transitive dependency version of HttpClient -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.15</version>
+ <version>4.4.16</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
=====================================
wagon-providers/wagon-file/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/wagon-ftp/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/wagon-http-lightweight/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -51,10 +51,6 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
=====================================
wagon-providers/wagon-http-shared/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -49,8 +49,8 @@ under the License.
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
=====================================
wagon-providers/wagon-http/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -50,10 +50,6 @@ under the License.
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -68,10 +64,6 @@ under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
=====================================
wagon-providers/wagon-scm/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/wagon-ssh-common-test/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/wagon-ssh-common/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/wagon-ssh-external/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/wagon-ssh/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-providers/wagon-webdav-jackrabbit/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -81,11 +81,6 @@ under the License.
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
-
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
=====================================
wagon-tcks/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
=====================================
wagon-tcks/wagon-tck-http/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-tcks</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
View it on GitLab: https://salsa.debian.org/java-team/wagon/-/compare/0c168375c754b9cadcccb0d9ca85ba71708e7b58...663f64f351ab58fba33e2ab2a825e9374c905886
--
View it on GitLab: https://salsa.debian.org/java-team/wagon/-/compare/0c168375c754b9cadcccb0d9ca85ba71708e7b58...663f64f351ab58fba33e2ab2a825e9374c905886
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230102/7e843b8d/attachment.htm>
More information about the pkg-java-commits
mailing list