This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch jdk8 in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git
commit 93b07aea899202f22b8ac6b2daa9675c5c3dd7f6 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Mar 5 08:26:11 2023 -0500 update to Java 8 minimum --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index bd21d92..fb0912b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -23,8 +23,8 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>34</version> - <relativePath/> + <version>39</version> + <relativePath /> </parent> <artifactId>maven-shared-io</artifactId> @@ -43,8 +43,8 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-io.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-io.git</developerConnection> - <url>https://github.com/apache/maven-shared-io/tree/${project.scm.tag}</url> <tag>HEAD</tag> + <url>https://github.com/apache/maven-shared-io/tree/${project.scm.tag}</url> </scm> <issueManagement> <system>jira</system> @@ -63,7 +63,7 @@ <properties> <mavenVersion>3.0</mavenVersion> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType</checkstyle.violation.ignore> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp> </properties> @@ -79,7 +79,7 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <version>${mavenVersion}</version> - </dependency> + </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> @@ -105,11 +105,11 @@ <artifactId>sisu-inject-plexus</artifactId> <version>1.4.2</version> </dependency> - + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.11.0</version> <scope>test</scope> </dependency> <dependency> @@ -118,7 +118,7 @@ <version>3.2</version> <scope>test</scope> </dependency> - <dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.8.1</version>
