8000 Re-format pom.xml with 2 spaces · liborange/rabbitmq-java-client@9128879 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9128879

Browse files
Re-format pom.xml with 2 spaces
1 parent b5fd47e commit 9128879

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

pom.xml

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
11
<?xml version="1.0"?>
22
<project>
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.rabbitmq</groupId>
5-
<artifactId>amqp-client</artifactId>
6-
<version>VERSION</version>
7-
<packaging>jar</packaging>
8-
<name>RabbitMQ Java Client</name>
9-
<description>RabbitMQ Java client</description>
10-
<url>http://www.rabbitmq.com</url>
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.rabbitmq</groupId>
5+
<artifactId>amqp-client</artifactId>
6+
<version>VERSION</version>
7+
<packaging>jar</packaging>
8+
<name>RabbitMQ Java Client</name>
9+
<description>RabbitMQ Java client</description>
10+
<url>http://www.rabbitmq.com</url>
1111

12-
<licenses>
13-
<license>
14-
<name>ASL 2.0</name>
15-
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
16-
<distribution>repo</distribution>
17-
</license>
18-
<license>
19-
<name>GPL v2</name>
20-
<url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
21-
<distribution>repo</distribution>
22-
</license>
23-
<license>
24-
<name>MPL 1.1</name>
25-
<url>http://www.mozilla.org/MPL/MPL-1.1.txt</url>
26-
<distribution>repo</distribution>
27-
</license>
28-
</licenses>
12+
<licenses>
13+
<license>
14+
<name>ASL 2.0</name>
15+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
<license>
19+
<name>GPL v2</name>
20+
<url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
21+
<distribution>repo</distribution>
22+
</license>
23+
<license>
24+
<name>MPL 1.1</name>
25+
<url>http://www.mozilla.org/MPL/MPL-1.1.txt</url>
26+
<distribution>repo</distribution>
27+
</license>
28+
</licenses>
2929

30-
<scm>
31-
<url>https://github.com/rabbitmq/rabbitmq-java-client.git</url>
32-
<connection>scm:git:https://github.com/rabbitmq/rabbitmq-java-client.git</connection>
33-
</scm>
30+
<scm>
31+
<url>https://github.com/rabbitmq/rabbitmq-java-client.git</url>
32+
<connection>scm:git:https://github.com/rabbitmq/rabbitmq-java-client.git</connection>
33+
</scm>
3434

35-
<developers>
36-
<developer>
37-
<email>info@rabbitmq.com</email>
38-
<name>Team RabbitMQ</name>
39-
<organization>Pivotal Software, Inc.</organization>
40-
<organizationUrl>https://rabbitmq.com</organizationUrl>
41-
</developer>
42-
</developers>
35+
<developers>
36+
<developer>
37+
<email>info@rabbitmq.com</email>
38+
<name>Team RabbitMQ</name>
39+
<organization>Pivotal Software, Inc.</organization>
40+
<organizationUrl>https://rabbitmq.com</organizationUrl>
41+
</developer>
42+
</developers>
4343

44-
<dependencies>
44+
<dependencies>
4545

46-
<dependency>
47-
<groupId>commons-cli</groupId>
48-
<artifactId>commons-cli</artifactId>
49-
<version>1.1</version>
50-
<scope>test</scope>
51-
</dependency>
46+
<dependency>
47+
<groupId>commons-cli</groupId>
48+
<artifactId>commons-cli</artifactId>
49+
<version>1.1</version>
50+
<scope>test</scope>
51+
</dependency>
5252

53-
<dependency>
54-
<groupId>commons-io</groupId>
55-
<artifactId>commons-io</artifactId>
56-
<version>1.2</version>
57-
<scope>test</scope>
58-
</dependency>
53+
<dependency>
54+
<groupId>commons-io</groupId>
55+
<artifactId>commons-io</artifactId>
56+
<version>1.2</version>
57+
<scope>test</scope>
58+
</dependency>
5959

60-
<dependency>
61-
<groupId>junit</groupId>
62-
<artifactId>junit</artifactId>
63-
<version>4.12</version>
64-
<scope>test</scope>
65-
</dependency>
60+
<dependency>
61+
<groupId>junit</groupId>
62+
<artifactId>junit</artifactId>
63+
<version>4.12</version>
64+
<scope>test</scope>
65+
</dependency>
6666

67-
</dependencies>
67+
</dependencies>
6868

69-
<distributionManagement>
70-
<repository>
71-
<id>sonatype-nexus-staging</id>
72-
<name>Nexus Release Repository</name>
73-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
74-
</repository>
75-
</distributionManagement>
69+
<distributionManagement>
70+
<repository>
71+
<id>sonatype-nexus-staging</id>
72+
<name>Nexus Release Repository</name>
73+
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
74+
</repository>
75+
</distributionManagement>
7676
</project>

0 commit comments

Comments
 (0)
0