@@ -28,58 +28,14 @@ Add the following to `pom.xml` for Maven:
2828<dependency >
2929 <groupId >com.rabbitmq.jms</groupId >
3030 <artifactId >rabbitmq-jms</artifactId >
31- <version >2.5 .0</version >
31+ <version >2.6 .0</version >
3232</dependency >
3333```
3434
3535Or the following to ` build.gradle ` for Gradle:
3636
3737``` groovy
38- compile 'com.rabbitmq.jms:rabbitmq-jms:2.5.0'
39- ```
40-
41- #### Milestone
42-
43- Add the following to ` pom.xml ` for Maven:
44-
45- ``` xml
46- <dependency >
47- <groupId >com.rabbitmq.jms</groupId >
48- <artifactId >rabbitmq-jms</artifactId >
49- <version >2.6.0.RC1</version >
50- </dependency >
51- ```
52-
53- You need to declare the milestone repository as well:
54-
55- ``` xml
56- <repositories >
57-
58- <repositories >
59- <repository >
60- <id >packagecloud-rabbitmq-maven-milestones</id >
61- <url >https://packagecloud.io/rabbitmq/maven-milestones/maven2</url >
62- <releases ><enabled >true</enabled ></releases >
63- <snapshots ><enabled >false</enabled ></snapshots >
64- </repository >
65- </repositories >
66-
67- </repositories >
68- ```
69-
70- Or the following to ` build.gradle ` for Gradle:
71-
72- ``` groovy
73- compile 'com.rabbitmq.jms:rabbitmq-jms:2.6.0.RC1'
74- ```
75-
76- You need to declare the milestone repository as well:
77-
78- ``` groovy
79- repositories {
80- maven { url 'https://packagecloud.io/rabbitmq/maven-milestones/maven2' }
81- mavenCentral()
82- }
38+ compile 'com.rabbitmq.jms:rabbitmq-jms:2.6.0'
8339```
8440
8541#### Snapshot
@@ -90,7 +46,7 @@ Add the following to `pom.xml` for Maven:
9046<dependency >
9147 <groupId >com.rabbitmq.jms</groupId >
9248 <artifactId >rabbitmq-jms</artifactId >
93- <version >2.6 .0-SNAPSHOT</version >
49+ <version >2.7 .0-SNAPSHOT</version >
9450</dependency >
9551```
9652
@@ -112,7 +68,7 @@ You need to declare the snapshot repository as well:
11268Or the following to ` build.gradle ` for Gradle:
11369
11470``` groovy
115- compile 'com.rabbitmq.jms:rabbitmq-jms:2.6 .0-SNAPSHOT'
71+ compile 'com.rabbitmq.jms:rabbitmq-jms:2.7 .0-SNAPSHOT'
11672```
11773
11874You need to declare the snapshot repository as well:
0 commit comments