Skip to content

Commit cb15851

Browse files
committed
SLING-13013 apply spotless formatting
1 parent 0bb6c01 commit cb15851

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

pom.xml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -19,39 +19,39 @@
1919
-->
2020
<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">
2121

22-
<modelVersion>4.0.0</modelVersion>
23-
24-
<parent>
25-
<groupId>org.apache.sling</groupId>
26-
<artifactId>sling-bundle-parent</artifactId>
27-
<version>62</version>
28-
<relativePath />
29-
</parent>
30-
31-
<artifactId>org.apache.sling.scripting.jsp-api</artifactId>
32-
<version>1.0.3-SNAPSHOT</version>
33-
34-
<name>Apache Sling Scripting JSP API Wrapper</name>
35-
<description>This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP.</description>
36-
37-
<properties>
38-
<sling.java.version>11</sling.java.version>
39-
</properties>
40-
41-
<scm>
42-
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</connection>
43-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</developerConnection>
44-
<url>https://github.com/apache/sling-org-apache-sling-scripting-jsp-api.git</url>
45-
<tag>HEAD</tag>
46-
</scm>
47-
48-
<dependencies>
49-
<dependency>
50-
<groupId>org.apache.tomcat</groupId>
51-
<artifactId>jsp-api</artifactId>
52-
<version>6.0.14</version>
53-
<scope>compile</scope>
54-
</dependency>
55-
</dependencies>
22+
<modelVersion>4.0.0</modelVersion>
23+
24+
<parent>
25+
<groupId>org.apache.sling</groupId>
26+
<artifactId>sling-bundle-parent</artifactId>
27+
<version>62</version>
28+
<relativePath />
29+
</parent>
30+
31+
<artifactId>org.apache.sling.scripting.jsp-api</artifactId>
32+
<version>1.0.3-SNAPSHOT</version>
33+
34+
<name>Apache Sling Scripting JSP API Wrapper</name>
35+
<description>This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP.</description>
36+
37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</developerConnection>
40+
<tag>HEAD</tag>
41+
<url>https://github.com/apache/sling-org-apache-sling-scripting-jsp-api.git</url>
42+
</scm>
43+
44+
<properties>
45+
<sling.java.version>11</sling.java.version>
46+
</properties>
47+
48+
<dependencies>
49+
<dependency>
50+
<groupId>org.apache.tomcat</groupId>
51+
<artifactId>jsp-api</artifactId>
52+
<version>6.0.14</version>
53+
<scope>compile</scope>
54+
</dependency>
55+
</dependencies>
5656

5757
</project>

0 commit comments

Comments
 (0)