Skip to content

Commit 4f9fb24

Browse files
committed
Merge branch '4.1.x-stable' into 4.2.x-stable
2 parents 3296c4d + 13e8d12 commit 4f9fb24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
Starting with `4.0`, this client releases are independent from RabbitMQ server releases.
2020
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`.
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

src/main/java/com/rabbitmq/client/impl/AMQConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import java.util.concurrent.*;
3535

3636
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.";
3838
final static String LICENSE="Licensed under the MPL. See http://www.rabbitmq.com/";
3939
}
4040

0 commit comments

Comments
 (0)