This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13013-parent-62 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git
commit cd71f4c4a94cd643fa2abc9732b7eedc066fa782 Author: Stefan Seifert <[email protected]> AuthorDate: Wed Nov 26 16:28:00 2025 +0100 SLING-13013 apply spotless formatting --- pom.xml | 68 ++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index e176052..4582df9 100644 --- a/pom.xml +++ b/pom.xml @@ -19,39 +19,39 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.sling</groupId> - <artifactId>sling-bundle-parent</artifactId> - <version>62</version> - <relativePath /> - </parent> - - <artifactId>org.apache.sling.scripting.jsp-api</artifactId> - <version>1.0.3-SNAPSHOT</version> - - <name>Apache Sling Scripting JSP API Wrapper</name> - <description>This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP.</description> - - <properties> - <sling.java.version>11</sling.java.version> - </properties> - - <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</developerConnection> - <url>https://github.com/apache/sling-org-apache-sling-scripting-jsp-api.git</url> - <tag>HEAD</tag> - </scm> - - <dependencies> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jsp-api</artifactId> - <version>6.0.14</version> - <scope>compile</scope> - </dependency> - </dependencies> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.sling</groupId> + <artifactId>sling-bundle-parent</artifactId> + <version>62</version> + <relativePath /> + </parent> + + <artifactId>org.apache.sling.scripting.jsp-api</artifactId> + <version>1.0.3-SNAPSHOT</version> + + <name>Apache Sling Scripting JSP API Wrapper</name> + <description>This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP.</description> + + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</developerConnection> + <tag>HEAD</tag> + <url>https://github.com/apache/sling-org-apache-sling-scripting-jsp-api.git</url> + </scm> + + <properties> + <sling.java.version>11</sling.java.version> + </properties> + + <dependencies> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>jsp-api</artifactId> + <version>6.0.14</version> + <scope>compile</scope> + </dependency> + </dependencies> </project>
