File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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/maven-v4_0_0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >com.rabbitmq.client</groupId >
5
4
<artifactId >amqp-client</artifactId >
6
- <version >0.1.0-SNAPSHOT </version >
5
+ <version >0.1.0</version >
7
6
<name >RabbitMQ AMQP 1.0 Java client</name >
8
7
<description >The RabbitMQ AMQP 1.0 Java client library defines an API to access RabbitMQ
9
8
with the AMQP 1.0 protocol.
36
35
<url >https://github.com/rabbitmq/rabbitmq-amqp-java-client</url >
37
36
<connection >scm:git:git://github.com/rabbitmq/rabbitmq-amqp-java-client.git</connection >
38
37
<developerConnection >scm:git:https://github.com/rabbitmq/rabbitmq-amqp-java-client.git</developerConnection >
39
- <tag >HEAD </tag >
38
+ <tag >v0.1.0 </tag >
40
39
</scm >
41
40
42
41
<properties >
You can’t perform that action at this time.
0 commit comments