We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc828b commit 66d50c7Copy full SHA for 66d50c7
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.rabbitmq.client</groupId>
4
<artifactId>amqp-client</artifactId>
5
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.5.0</version>
6
<name>RabbitMQ AMQP 1.0 Java client</name>
7
<description>The RabbitMQ AMQP 1.0 Java client library defines an API to access RabbitMQ
8
with AMQP 1.0.
@@ -35,7 +35,7 @@
35
<url>https://github.com/rabbitmq/rabbitmq-amqp-java-client</url>
36
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-amqp-java-client.git</connection>
37
<developerConnection>scm:git:https://github.com/rabbitmq/rabbitmq-amqp-java-client.git</developerConnection>
38
- <tag>HEAD</tag>
+ <tag>v0.5.0</tag>
39
</scm>
40
41
<properties>
0 commit comments