This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git
The following commit(s) were added to refs/heads/master by this push:
new 8b305f7 [MSHARED-1195] update to Java 8 minimum (#20)
8b305f7 is described below
commit 8b305f7a1cd9f3d9cd3e9e23f1e0b7ce1c700005
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Mar 5 08:58:31 2023 -0500
[MSHARED-1195] update to Java 8 minimum (#20)
* update to Java 8 minimum
---
pom.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index bd21d92..1bd9196 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
@@ -24,7 +24,7 @@
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>34</version>
- <relativePath/>
+ <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>