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 157b827 commit 828a930Copy full SHA for 828a930
README.md
@@ -26,14 +26,14 @@ Add the following to `pom.xml` for Maven:
26
<dependency>
27
<groupId>com.rabbitmq.jms</groupId>
28
<artifactId>rabbitmq-jms</artifactId>
29
- <version>2.0.0</version>
+ <version>2.1.0</version>
30
</dependency>
31
```
32
33
Or the following to `build.gradle` for Gradle:
34
35
36
-compile 'com.rabbitmq.jms:rabbitmq-jms:2.0.0'
+compile 'com.rabbitmq.jms:rabbitmq-jms:2.1.0'
37
38
39
### Building from Source
0 commit comments