This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch java8 in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
commit b3d272d3f623f6d9dfe527cc0087a5c27ecffd68 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Apr 23 09:49:05 2023 -0400 Java 8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d64a9ba1..61c43528 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ under the License. <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <slf4jVersion>1.7.36</slf4jVersion> <maven.site.path>wagon-archives/wagon-LATEST</maven.site.path> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <project.build.outputTimestamp>2022-12-18T21:06:44Z</project.build.outputTimestamp> </properties>
