We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665d739 commit a2b7d50Copy full SHA for a2b7d50
pom.xml
@@ -6,7 +6,7 @@
6
7
<name>rabbitmq-jms</name>
8
<description>RabbitMQ JMS Client</description>
9
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
10
<url>https://www.rabbitmq.com</url>
11
12
<packaging>jar</packaging>
@@ -37,7 +37,7 @@
37
<url>https://github.com/rabbitmq/rabbitmq-jms-client</url>
38
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-jms-client.git</connection>
39
<developerConnection>scm:git:https://github.com/rabbitmq/rabbitmq-jms-client.git</developerConnection>
40
- <tag>HEAD</tag>
+ <tag>v3.2.0</tag>
41
</scm>
42
43
<properties>
0 commit comments