SLING-13013 apply spotless formatting
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>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.sling</groupId>
- <artifactId>sling-bundle-parent</artifactId>
- <version>62</version>
- <relativePath />
- </parent>
+ <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>
+ <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>
+ <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>
+ <tag>HEAD</tag>
+ <url>https://github.com/apache/sling-org-apache-sling-scripting-jsp-api.git</url>
+ </scm>
- <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>
+ <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>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>6.0.14</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
</project>