Skip to content

Commit 12de563

Browse files
committed
4 space indent for pom files
1 parent 2789067 commit 12de563

File tree

2 files changed

+258
-196
lines changed

2 files changed

+258
-196
lines changed
Lines changed: 130 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,142 @@
1-
<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">
2-
<modelVersion>4.0.0</modelVersion>
3-
<groupId>org.clojure</groupId>
4-
<artifactId>google-closure-library-third-party</artifactId>
5-
<version>RELEASE_VERSION</version>
6-
<packaging>jar</packaging>
7-
<name>Google Closure Library Third-Party Extensions</name>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>org.clojure</groupId>
6+
<artifactId>google-closure-library-third-party</artifactId>
7+
<version>RELEASE_VERSION</version>
8+
<packaging>jar</packaging>
9+
<name>Google Closure Library Third-Party Extensions</name>
810

9-
<parent>
10-
<groupId>org.sonatype.oss</groupId>
11-
<artifactId>oss-parent</artifactId>
12-
<version>9</version>
13-
</parent>
11+
<parent>
12+
<groupId>org.sonatype.oss</groupId>
13+
<artifactId>oss-parent</artifactId>
14+
<version>9</version>
15+
</parent>
1416

15-
<url>http://code.google.com/p/closure-library/</url>
17+
<url>http://code.google.com/p/closure-library/</url>
1618

17-
<description>
18-
The Google Closure Library is a collection of JavaScript code
19-
designed for use with the Google Closure JavaScript Compiler.
19+
<description>
20+
The Google Closure Library is a collection of JavaScript code
21+
designed for use with the Google Closure JavaScript Compiler.
2022

21-
This non-official distribution was prepared by the ClojureScript
22-
team at http://clojure.org/
23+
This non-official distribution was prepared by the ClojureScript
24+
team at http://clojure.org/
2325

24-
This package contains extensions to the Google Closure Library
25-
using third-party components, which may be distributed under
26-
licenses other than the Apache license. Licenses for individual
27-
library components may be found in source-code comments.
28-
</description>
26+
This package contains extensions to the Google Closure Library
27+
using third-party components, which may be distributed under
28+
licenses other than the Apache license. Licenses for individual
29+
library components may be found in source-code comments.
30+
</description>
2931

30-
<licenses>
31-
<license>
32-
<name>The Apache Software License, Version 2.0</name>
33-
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
34-
<distribution>repo</distribution>
35-
<comments>
36-
Note: the Google Closure library third-party extensions
37-
contain code under a variety of licenses, which may be found
38-
in source-code comments in each file.
39-
</comments>
40-
</license>
41-
</licenses>
32+
<licenses>
33+
<license>
34+
<name>The Apache Software License, Version 2.0</name>
35+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
36+
<distribution>repo</distribution>
37+
<comments>
38+
Note: the Google Closure library third-party extensions
39+
contain code under a variety of licenses, which may be found
40+
in source-code comments in each file.
41+
</comments>
42+
</license>
43+
</licenses>
4244

43-
<organization>
44-
<name>Google</name>
45-
<url>http://www.google.com</url>
46-
</organization>
45+
<organization>
46+
<name>Google</name>
47+
<url>http://www.google.com</url>
48+
</organization>
4749

48-
<developers>
49-
<developer><name>Google, Inc.</name></developer>
50-
<developer><name>Mohamed Mansour</name><email>[email protected]</email></developer>
51-
<developer><name>Bjorn Tipling</name><email>[email protected]</email></developer>
52-
<developer><name>SameGoal LLC</name><email>[email protected]</email></developer>
53-
<developer><name>Guido Tapia</name><email>[email protected]</email></developer>
54-
<developer><name>Andrew Mattie</name><email>[email protected]</email></developer>
55-
<developer><name>Ilia Mirkin</name><email>[email protected]</email></developer>
56-
<developer><name>Ivan Kozik</name><email>[email protected]</email></developer>
57-
<developer><name>Rich Dougherty</name><email>[email protected]</email></developer>
58-
</developers>
50+
<developers>
51+
<developer>
52+
<name>Google, Inc.</name>
53+
</developer>
54+
<developer>
55+
<name>Mohamed Mansour</name>
56+
<email>[email protected]</email>
57+
</developer>
58+
<developer>
59+
<name>Bjorn Tipling</name>
60+
<email>[email protected]</email>
61+
</developer>
62+
<developer>
63+
<name>SameGoal LLC</name>
64+
<email>[email protected]</email>
65+
</developer>
66+
<developer>
67+
<name>Guido Tapia</name>
68+
<email>[email protected]</email>
69+
</developer>
70+
<developer>
71+
<name>Andrew Mattie</name>
72+
<email>[email protected]</email>
73+
</developer>
74+
<developer>
75+
<name>Ilia Mirkin</name>
76+
<email>[email protected]</email>
77+
</developer>
78+
<developer>
79+
<name>Ivan Kozik</name>
80+
<email>[email protected]</email>
81+
</developer>
82+
<developer>
83+
<name>Rich Dougherty</name>
84+
<email>[email protected]</email>
85+
</developer>
86+
</developers>
5987

60-
<scm>
61-
<connection>scm:https://github.com/google/closure-library.git</connection>
62-
<developerConnection>scm:git:https://github.com/google/closure-library.git</developerConnection>
63-
<url>https://github.com/google/closure-library</url>
64-
</scm>
88+
<scm>
89+
<connection>scm:https://github.com/google/closure-library.git
90+
</connection>
91+
<developerConnection>
92+
scm:git:https://github.com/google/closure-library.git
93+
</developerConnection>
94+
<url>https://github.com/google/closure-library</url>
95+
</scm>
6596

66-
<issueManagement>
67-
<system>code.google.com</system>
68-
<url>http://code.google.com/p/closure-library/issues</url>
69-
</issueManagement>
97+
<issueManagement>
98+
<system>code.google.com</system>
99+
<url>http://code.google.com/p/closure-library/issues</url>
100+
</issueManagement>
70101

71-
<profiles>
72-
<profile>
73-
<id>sonatype-oss-release</id>
74-
<!-- This profile is enabled automatically by the Sonatype
75-
oss-parent POM when invoking the Maven Release Plugin -->
76-
<build>
77-
<plugins>
78-
<plugin>
79-
<groupId>org.apache.maven.plugins</groupId>
80-
<artifactId>maven-deploy-plugin</artifactId>
81-
<version>2.7</version>
82-
<configuration>
83-
<skip>true</skip>
84-
</configuration>
85-
</plugin>
86-
<plugin>
87-
<groupId>org.sonatype.plugins</groupId>
88-
<artifactId>nexus-staging-maven-plugin</artifactId>
89-
<version>1.4.4</version>
90-
<executions>
91-
<execution>
92-
<id>default-deploy</id>
93-
<phase>deploy</phase>
94-
<!-- By default, this is the phase deploy goal will bind to -->
95-
<goals>
96-
<goal>deploy</goal>
97-
</goals>
98-
</execution>
99-
</executions>
100-
<configuration>
101-
<!-- The Base URL of Nexus instance where we want to stage -->
102-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
103-
<!-- The server "id" element from settings to use authentication from -->
104-
<serverId>sonatype-nexus-staging</serverId>
105-
</configuration>
106-
</plugin>
107-
</plugins>
108-
</build>
109-
</profile>
110-
</profiles>
102+
<profiles>
103+
<profile>
104+
<id>sonatype-oss-release</id>
105+
<!-- This profile is enabled automatically by the Sonatype
106+
oss-parent POM when invoking the Maven Release Plugin -->
107+
<build>
108+
<plugins>
109+
<plugin>
110+
<groupId>org.apache.maven.plugins</groupId>
111+
<artifactId>maven-deploy-plugin</artifactId>
112+
<version>2.7</version>
113+
<configuration>
114+
<skip>true</skip>
115+
</configuration>
116+
</plugin>
117+
<plugin>
118+
<groupId>org.sonatype.plugins</groupId>
119+
<artifactId>nexus-staging-maven-plugin</artifactId>
120+
<version>1.4.4</version>
121+
<executions>
122+
<execution>
123+
<id>default-deploy</id>
124+
<phase>deploy</phase>
125+
<!-- By default, this is the phase deploy goal will bind to -->
126+
<goals>
127+
<goal>deploy</goal>
128+
</goals>
129+
</execution>
130+
</executions>
131+
<configuration>
132+
<!-- The Base URL of Nexus instance where we want to stage -->
133+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
134+
<!-- The server "id" element from settings to use authentication from -->
135+
<serverId>sonatype-nexus-staging</serverId>
136+
</configuration>
137+
</plugin>
138+
</plugins>
139+
</build>
140+
</profile>
141+
</profiles>
111142
</project>

0 commit comments

Comments
 (0)