33
44| Artifact | Javadocs
55| -------- | --------
6- | ` cloudfoundry-client ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-client/3.23 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-client/3.23 .0.RELEASE )
7- | ` cloudfoundry-client-reactor ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-client-reactor/3.23 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-client-reactor/3.23 .0.RELEASE )
8- | ` cloudfoundry-operations ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-operations/3.23 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-operations/3.23 .0.RELEASE )
9- | ` cloudfoundry-util ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-util/3.23 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-util/3.23 .0.RELEASE )
6+ | ` cloudfoundry-client ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-client/3.26 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-client/3.26 .0.RELEASE )
7+ | ` cloudfoundry-client-reactor ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-client-reactor/3.26 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-client-reactor/3.26 .0.RELEASE )
8+ | ` cloudfoundry-operations ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-operations/3.26 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-operations/3.26 .0.RELEASE )
9+ | ` cloudfoundry-util ` | [ ![ javadoc] ( https://javadoc.io/badge2/org.cloudfoundry/cloudfoundry-util/3.26 .0.RELEASE/javadoc.svg )] ( https://javadoc.io/doc/org.cloudfoundry/cloudfoundry-util/3.26 .0.RELEASE )
1010
1111| Job | Status
1212| --- | ------
1313| ` unit-test ` | [ ![ unit-test-3.x] ( https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/java-client/jobs/unit-test-3.x/badge )] ( https://java-experience.ci.springapps.io/teams/java-experience/pipelines/java-client/jobs/unit-test-3.x )
14- | ` integration-test-2.5 ` | [ ![ integration-test-2.5-3.x] ( https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/java-client/jobs/integration-test-2.5-3.x/badge )] ( https://java-experience.ci.springapps.io/teams/java-experience/pipelines/java-client/jobs/integration-test-2.5-3.x )
1514| ` integration-test-2.6 ` | [ ![ integration-test-2.6-3.x] ( https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/java-client/jobs/integration-test-2.6-3.x/badge )] ( https://java-experience.ci.springapps.io/teams/java-experience/pipelines/java-client/jobs/integration-test-2.6-3.x )
1615| ` integration-test-2.7 ` | [ ![ integration-test-2.7-3.x] ( https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/java-client/jobs/integration-test-2.7-3.x/badge )] ( https://java-experience.ci.springapps.io/teams/java-experience/pipelines/java-client/jobs/integration-test-2.7-3.x )
1716| ` integration-test-2.8 ` | [ ![ integration-test-2.8-3.x] ( https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/java-client/jobs/integration-test-2.8-3.x/badge )] ( https://java-experience.ci.springapps.io/teams/java-experience/pipelines/java-client/jobs/integration-test-2.8-3.x )
17+ | ` integration-test-2.9 ` | [ ![ integration-test-2.9-3.x] ( https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/java-client/jobs/integration-test-2.9-3.x/badge )] ( https://java-experience.ci.springapps.io/teams/java-experience/pipelines/java-client/jobs/integration-test-2.9-3.x )
1818| ` deploy ` | [ ![ deploy-3.x] ( https://java-experience.ci.springapps.io/api/v1/teams/java-experience/pipelines/java-client/jobs/deploy-3.x/badge )] ( https://java-experience.ci.springapps.io/teams/java-experience/pipelines/java-client/jobs/deploy-3.x )
1919
2020
@@ -35,12 +35,12 @@ Most projects will need two dependencies; the Operations API and an implementati
3535 <dependency >
3636 <groupId >org.cloudfoundry</groupId >
3737 <artifactId >cloudfoundry-client-reactor</artifactId >
38- <version >3.23 .0.RELEASE</version >
38+ <version >3.26 .0.RELEASE</version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.cloudfoundry</groupId >
4242 <artifactId >cloudfoundry-operations</artifactId >
43- <version >3.23 .0.RELEASE</version >
43+ <version >3.26 .0.RELEASE</version >
4444 </dependency >
4545 ...
4646</dependencies >
@@ -66,8 +66,8 @@ For Gradle, the dependencies would be defined like this:
6666
6767``` groovy
6868dependencies {
69- compile 'org.cloudfoundry:cloudfoundry-client-reactor:3.23 .0.RELEASE'
70- compile 'org.cloudfoundry:cloudfoundry-operations:3.23 .0.RELEASE'
69+ compile 'org.cloudfoundry:cloudfoundry-client-reactor:3.26 .0.RELEASE'
70+ compile 'org.cloudfoundry:cloudfoundry-operations:3.26 .0.RELEASE'
7171 ...
7272}
7373```
0 commit comments