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 ef5019d commit 7e438cdCopy full SHA for 7e438cd
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.rabbitmq</groupId>
6
<artifactId>stream-perf-test</artifactId>
7
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
8
9
<name>RabbitMQ Stream Performance Testing Tool</name>
10
<description>A Java-based performance testing tool for RabbitMQ Stream.</description>
@@ -41,7 +41,7 @@
41
<url>https://github.com/rabbitmq/rabbitmq-stream-perf-test</url>
42
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-stream-perf-test.git</connection>
43
<developerConnection>scm:git:https://github.com/rabbitmq/rabbitmq-stream-perf-test.git</developerConnection>
44
- <tag>HEAD</tag>
+ <tag>v1.4.0</tag>
45
</scm>
46
47
<properties>
0 commit comments