You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/25 17:03:46 UTC

[maven-shared-utils] branch master updated: [MSHARED-1111] Upgrade Maven Parent to 36, Maven to 3.2.5 and to Java 8

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 6229597  [MSHARED-1111] Upgrade Maven Parent to 36, Maven to 3.2.5 and to Java 8
6229597 is described below

commit 6229597402fbc7e6da88e0aacbb277aff930f41e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jul 25 19:03:19 2022 +0200

    [MSHARED-1111] Upgrade Maven Parent to 36, Maven to 3.2.5 and to Java 8
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fcfc09b..0bf65c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>34</version>
+    <version>36</version>
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>
@@ -62,7 +62,8 @@
   <properties>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2021-04-26T13:54:25Z</project.build.outputTimestamp>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
+    <mavenVersion>3.2.5</mavenVersion>
   </properties>
 
   <dependencies>