We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7688d1 commit 53255faCopy full SHA for 53255fa
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.rabbitmq</groupId>
6
<artifactId>stream-client</artifactId>
7
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.5.0</version>
8
9
<name>RabbitMQ Stream Java Client</name>
10
<description>The RabbitMQ Stream Java client library allows Java applications to interface with
@@ -44,7 +44,7 @@
44
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-stream-java-client.git</connection>
45
<developerConnection>scm:git:[email protected]:rabbitmq/rabbitmq-stream-java-client.git
46
</developerConnection>
47
- <tag>HEAD</tag>
+ <tag>v0.5.0</tag>
48
</scm>
49
50
<properties>
0 commit comments