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/05/21 20:39:13 UTC

[maven-scm] branch master updated: [SCM-982] Upgrade 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-scm.git


The following commit(s) were added to refs/heads/master by this push:
     new dd090d830 [SCM-982] Upgrade to Java 8
dd090d830 is described below

commit dd090d830f4a866a972083a082cea2d2402af2da
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat May 21 22:38:22 2022 +0200

    [SCM-982] Upgrade to Java 8
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 640c24e72..f7ffdae84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,10 +123,10 @@
   </distributionManagement>
 
   <properties>
+    <javaVersion>8</javaVersion>
     <maven.site.path>scm-archives/scm-LATEST</maven.site.path>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
     <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
-    <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2022-01-08T20:02:10Z</project.build.outputTimestamp>
   </properties>
 
@@ -280,11 +280,11 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.9</version>
+        <version>1.21</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
-            <artifactId>java17</artifactId>
+            <artifactId>java18</artifactId>
             <version>1.0</version>
           </signature>
         </configuration>