File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/rabbitmq/client/impl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ a [Maven repository with milestone releases](https://bintray.com/rabbitmq/maven-
1414
1515[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.rabbitmq/amqp-client/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.rabbitmq/amqp-client )
1616
17- #### 4.x Series
17+ #### 4.x+ Series
1818
1919Starting with ` 4.0 ` , this client releases are independent from RabbitMQ server releases.
2020These versions can still be used with RabbitMQ server ` 3.x ` .
@@ -23,14 +23,14 @@ These versions can still be used with RabbitMQ server `3.x`.
2323<dependency >
2424 <groupId >com.rabbitmq</groupId >
2525 <artifactId >amqp-client</artifactId >
26- <version >4.1 .0</version >
26+ <version >5.0 .0</version >
2727</dependency >
2828```
2929
3030### Gradle
3131
3232``` groovy
33- compile 'com.rabbitmq:amqp-client:4.1 .0'
33+ compile 'com.rabbitmq:amqp-client:5.0 .0'
3434```
3535
3636#### 3.6.x Series
Original file line number Diff line number Diff line change 3434import java .util .concurrent .*;
3535
3636final class Copyright {
37- final static String COPYRIGHT ="Copyright (c) 2007-2016 Pivotal Software, Inc." ;
37+ final static String COPYRIGHT ="Copyright (c) 2007-2017 Pivotal Software, Inc." ;
3838 final static String LICENSE ="Licensed under the MPL. See http://www.rabbitmq.com/" ;
3939}
4040
You can’t perform that action at this time.
0 commit comments