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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 3df051a  SLING-12624 Update spotless-maven-plugin to latest (#58)
3df051a is described below

commit 3df051aa4b877eec8237d511a593dd1fc7c18e19
Author: Eric Norman <[email protected]>
AuthorDate: Thu Oct 16 14:01:46 2025 -0700

    SLING-12624 Update spotless-maven-plugin to latest (#58)
---
 sling-bundle-parent/pom.xml | 3 +--
 sling-parent/pom.xml        | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 697e2e3..93a3da6 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -39,9 +39,8 @@
     </scm>
 
     <properties>
-        <bnd.version>7.1.0</bnd.version>
         <!-- Bnd 7+ requires Java 17 -->
-        <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
+        <bnd.version>7.1.0</bnd.version>
     </properties>
 
     <dependencyManagement>
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 4915d3e..bfb5430 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -115,7 +115,7 @@
         <!-- due to https://issues.apache.org/jira/browse/MNG-6059 -->
         <minimalMavenBuildVersion>3.6.1</minimalMavenBuildVersion>
         <!-- Parameter "maven.compiler.release" requires JDK9+ and we 
generally only support LTS releases -->
-        <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
+        <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
         <!-- the github id used for the ribbon for Maven sites: 
https://maven.apache.org/skins/maven-fluido-skin/#GitHub_ribbons -->
         <github.project.id>apache/sling-dummyproject</github.project.id>
         
<javadoc.excludePackageNames>*.impl:*.internal:${site.javadoc.exclude}</javadoc.excludePackageNames>
@@ -292,7 +292,7 @@
                 <plugin>
                     <groupId>com.diffplug.spotless</groupId>
                     <artifactId>spotless-maven-plugin</artifactId>
-                    <version>2.44.0.BETA4</version>
+                    <version>3.0.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>

Reply via email to