We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2063164 commit 8099928Copy full SHA for 8099928
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.rabbitmq</groupId>
5
<artifactId>http-client</artifactId>
6
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2</version>
7
8
<name>Hop</name>
9
<description>Java Client for the RabbitMQ HTTP API</description>
@@ -31,7 +31,7 @@
31
<connection>scm:git:git://github.com/rabbitmq/hop.git</connection>
32
<developerConnection>scm:git:git@github.com:rabbitmq/hop.git
33
</developerConnection>
34
- <tag>HEAD</tag>
+ <tag>v4.1.2</tag>
35
</scm>
36
37
<properties>
0 commit comments