This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git
commit 2bacab1a9c4e44b1934839dc0c465e1b07624fb4 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Apr 4 10:07:10 2026 +0200 SLING-13157 Update to Sling Bundle Parent 66 --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5bef95b..ea822b3 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>51</version> + <version>66</version> <relativePath /> </parent> @@ -35,7 +35,7 @@ <description>Service and support for sending MIME messages (mails)</description> <properties> - <sling.java.version>11</sling.java.version> + <sling.java.version>17</sling.java.version> <javadoc.excludePackageNames /> <project.build.outputTimestamp>2021-12-09T20:58:44Z</project.build.outputTimestamp> <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version> @@ -153,6 +153,13 @@ </execution> </executions> </plugin> + <plugin> + <groupId>com.diffplug.spotless</groupId> + <artifactId>spotless-maven-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build>
