|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <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> |
11 | 11 |
|
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> |
29 | 29 |
|
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> |
34 | 34 |
|
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> |
43 | 43 |
|
44 |
| - <dependencies> |
| 44 | + <dependencies> |
45 | 45 |
|
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> |
52 | 52 |
|
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> |
59 | 59 |
|
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> |
66 | 66 |
|
67 |
| - </dependencies> |
| 67 | + </dependencies> |
68 | 68 |
|
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> |
76 | 76 | </project>
|
0 commit comments