We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67d329 commit 88c0f17Copy full SHA for 88c0f17
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.rabbitmq</groupId>
6
<artifactId>amqp-client</artifactId>
7
- <version>4.8.0.RC3</version>
+ <version>4.8.0-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>RabbitMQ Java Client</name>
@@ -42,7 +42,7 @@
42
<url>https://github.com/rabbitmq/rabbitmq-java-client</url>
43
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-java-client.git</connection>
44
<developerConnection>scm:git:git@github.com:rabbitmq/rabbitmq-java-client.git</developerConnection>
45
- <tag>v4.8.0.RC3</tag>
+ <tag>HEAD</tag>
46
</scm>
47
48
<organization>
0 commit comments