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" >
32 <modelVersion >4.0.0</modelVersion >
43 <groupId >com.rabbitmq.client</groupId >
54 <artifactId >amqp-client</artifactId >
6- <version >0.1.0-SNAPSHOT </version >
5+ <version >0.1.0</version >
76 <name >RabbitMQ AMQP 1.0 Java client</name >
87 <description >The RabbitMQ AMQP 1.0 Java client library defines an API to access RabbitMQ
98 with the AMQP 1.0 protocol.
3635 <url >https://github.com/rabbitmq/rabbitmq-amqp-java-client</url >
3736 <connection >scm:git:git://github.com/rabbitmq/rabbitmq-amqp-java-client.git</connection >
3837 <developerConnection >scm:git:https://github.com/rabbitmq/rabbitmq-amqp-java-client.git</developerConnection >
39- <tag >HEAD </tag >
38+ <tag >v0.1.0 </tag >
4039 </scm >
4140
4241 <properties >
You can’t perform that action at this time.
0 commit comments