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 7b7cdec commit 9ac0178Copy full SHA for 9ac0178
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.rabbitmq</groupId>
6
<artifactId>perf-test</artifactId>
7
- <version>2.20.0-SNAPSHOT</version>
+ <version>2.20.0</version>
8
<packaging>jar</packaging>
9
10
<name>RabbitMQ Performance Testing Tool</name>
@@ -42,7 +42,7 @@
42
<url>https://github.com/rabbitmq/rabbitmq-perf-test</url>
43
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-perf-test.git</connection>
44
<developerConnection>scm:git:https://github.com/rabbitmq/rabbitmq-perf-test.git</developerConnection>
45
- <tag>HEAD</tag>
+ <tag>v2.20.0</tag>
46
</scm>
47
48
<organization>
0 commit comments