This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-runtime.git
commit b791a46b8f92ee617e4ad8a400a8e75fc4ba2de6 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Mar 28 18:03:24 2025 +0100 SLING-12730 Update to Parent 62 --- .sling-module.json | 5 +++++ pom.xml | 55 +----------------------------------------------------- 2 files changed, 6 insertions(+), 54 deletions(-) diff --git a/.sling-module.json b/.sling-module.json new file mode 100644 index 0000000..cfad4d2 --- /dev/null +++ b/.sling-module.json @@ -0,0 +1,5 @@ +{ + "jenkins": { + "jdks": [17, 21] + } +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4286413..1abf5bb 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>44</version> + <version>62</version> <relativePath /> </parent> @@ -61,24 +61,6 @@ <!-- ======================================================================= --> <build> <plugins> - <plugin> - <groupId>com.github.spotbugs</groupId> - <artifactId>spotbugs-maven-plugin</artifactId> - <version>3.1.11</version> - <configuration> - <effort>Max</effort> - <xmlOutput>true</xmlOutput> - </configuration> - <executions> - <execution> - <id>find-bugs</id> - <phase>process-classes</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> @@ -90,41 +72,6 @@ </configuration> </plugin> </plugins> - <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - com.github.spotbugs - </groupId> - <artifactId> - spotbugs-maven-plugin - </artifactId> - <versionRange> - [3.1.11,) - </versionRange> - <goals> - <goal>check</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore></ignore> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> <profiles>
