Skip to content

Commit 48bf7ca

Browse files
committed
Update readme with latest version
1 parent 91b867d commit 48bf7ca

File tree

1 file changed

+3
-59
lines changed

1 file changed

+3
-59
lines changed

README.adoc

Lines changed: 3 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
:client-stable: 5.26.0
2-
:client-rc: 5.17.0.RC2
3-
:client-snapshot: 5.27.0-SNAPSHOT
1+
:client-stable: 5.27.0
2+
:client-snapshot: 5.28.0-SNAPSHOT
43

54
= RabbitMQ Java Client
65

@@ -42,61 +41,6 @@ This library requires Java 8 or higher.
4241
compile 'com.rabbitmq:amqp-client:{client-stable}'
4342
----
4443

45-
////
46-
=== Milestones and Release Candidates
47-
48-
==== Maven
49-
50-
.pom.xml
51-
[source,xml,subs="attributes,specialcharacters"]
52-
----
53-
<dependency>
54-
<groupId>com.rabbitmq</groupId>
55-
<artifactId>amqp-client</artifactId>
56-
<version>{client-rc}</version>
57-
</dependency>
58-
----
59-
60-
Milestones and release candidates are available on the RabbitMQ Milestone Repository:
61-
62-
.pom.xml
63-
[source,xml,subs="attributes,specialcharacters"]
64-
----
65-
<repositories>
66-
<repository>
67-
<id>packagecloud-rabbitmq-maven-milestones</id>
68-
<url>https://packagecloud.io/rabbitmq/maven-milestones/maven2</url>
69-
<releases>
70-
<enabled>true</enabled>
71-
</releases>
72-
<snapshots>
73-
<enabled>false</enabled>
74-
</snapshots>
75-
</repository>
76-
</repositories>
77-
----
78-
79-
==== Gradle
80-
81-
.build.gradle
82-
[source,groovy,subs="attributes,specialcharacters"]
83-
----
84-
compile 'com.rabbitmq:amqp-client:{client-rc}'
85-
----
86-
87-
Milestones and release candidates are available on the RabbitMQ Milestone Repository:
88-
89-
.build.gradle
90-
[source,groovy,subs="attributes,specialcharacters"]
91-
----
92-
repositories {
93-
maven {
94-
url "https://packagecloud.io/rabbitmq/maven-milestones/maven2"
95-
}
96-
}
97-
----
98-
////
99-
10044
=== Snapshots
10145

10246
==== Maven
@@ -138,7 +82,7 @@ Snapshots are available on the central portal snapshot repository:
13882
compile 'com.rabbitmq:amqp-client:{client-snapshot}'
13983
----
14084

141-
Snapshots are available on the Sonatype OSS snapshot repository:
85+
Snapshots are available on the central portal snapshot repository:
14286

14387
.build.gradle
14488
[source,groovy,subs="attributes,specialcharacters"]

0 commit comments

Comments
 (0)