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-
14
14
15
15
[ ![ 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 )
16
16
17
- #### 4.x Series
17
+ #### 4.x+ Series
18
18
19
19
Starting with ` 4.0 ` , this client releases are independent from RabbitMQ server releases.
20
20
These 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`.
23
23
<dependency >
24
24
<groupId >com.rabbitmq</groupId >
25
25
<artifactId >amqp-client</artifactId >
26
- <version >4.1 .0</version >
26
+ <version >5.0 .0</version >
27
27
</dependency >
28
28
```
29
29
30
30
### Gradle
31
31
32
32
``` groovy
33
- compile 'com.rabbitmq:amqp-client:4.1 .0'
33
+ compile 'com.rabbitmq:amqp-client:5.0 .0'
34
34
```
35
35
36
36
#### 3.6.x Series
Original file line number Diff line number Diff line change 34
34
import java .util .concurrent .*;
35
35
36
36
final 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." ;
38
38
final static String LICENSE ="Licensed under the MPL. See http://www.rabbitmq.com/" ;
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments