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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 94bd34f  [MJDEPS-32] Require Java 8+
94bd34f is described below

commit 94bd34fa1ec17d5746e30dd518086e5a2d428191
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Mon Jul 8 22:05:45 2024 +0200

    [MJDEPS-32] Require Java 8+
---
 Jenkinsfile |  2 +-
 pom.xml     | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 144e405..e9f05f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['8','11','13','14'])
+asfMavenTlpPlgnBuild()
diff --git a/pom.xml b/pom.xml
index 70c09c6..6f409ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-jdeps-plugin</artifactId>
-  <version>3.1.3-SNAPSHOT</version>
+  <version>3.2.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JDeps Plugin</name>
@@ -40,7 +40,7 @@ under the License.
   <prerequisites>
     <maven>${mavenVersion}</maven>
   </prerequisites>
-  
+
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git</developerConnection>
@@ -53,7 +53,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-jdeps-plugin/</url>
+    
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jdeps-plugin/</url>
   </ciManagement>
   <distributionManagement>
     <site>
@@ -64,7 +64,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
@@ -106,7 +106,7 @@ under the License.
       <artifactId>commons-lang3</artifactId>
       <version>3.5</version>
     </dependency>
-    
+
     <!-- TEST -->
     <dependency>
       <groupId>junit</groupId>

Reply via email to