|
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 |
4 | 3 |
|
5 | 4 | = RabbitMQ Java Client |
6 | 5 |
|
@@ -42,61 +41,6 @@ This library requires Java 8 or higher. |
42 | 41 | compile 'com.rabbitmq:amqp-client:{client-stable}' |
43 | 42 | ---- |
44 | 43 |
|
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 | | - |
100 | 44 | === Snapshots |
101 | 45 |
|
102 | 46 | ==== Maven |
@@ -138,7 +82,7 @@ Snapshots are available on the central portal snapshot repository: |
138 | 82 | compile 'com.rabbitmq:amqp-client:{client-snapshot}' |
139 | 83 | ---- |
140 | 84 |
|
141 | | -Snapshots are available on the Sonatype OSS snapshot repository: |
| 85 | +Snapshots are available on the central portal snapshot repository: |
142 | 86 |
|
143 | 87 | .build.gradle |
144 | 88 | [source,groovy,subs="attributes,specialcharacters"] |
|
0 commit comments