File tree Expand file tree Collapse file tree 10 files changed +13
-16
lines changed
cloudfoundry-client-reactor Expand file tree Collapse file tree 10 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- set -euo pipefail
3
+ set -euox pipefail
4
4
5
5
[[ -d $PWD /maven && ! -d $HOME /.m2 ]] && ln -s $PWD /maven $HOME /.m2
6
6
@@ -28,4 +28,4 @@ cat <<EOF > ~/.m2/settings.xml
28
28
EOF
29
29
30
30
cd cf-java-client
31
- ./mvnw -q - Dmaven.test.skip=true deploy
31
+ ./mvnw -Dmaven.test.skip=true deploy
Original file line number Diff line number Diff line change 18
18
- type : replace
19
19
path : /resource-config/tcp_router/instances
20
20
value : automatic
21
+ - type : replace
22
+ path : /resource-config/compute/instances
23
+ value : 2
21
24
- type : replace
22
25
path : /product-properties/.cloud_controller.default_quota_memory_limit_mb
23
26
value :
24
27
value : ((DEFAULT_QUOTA_MEM_MB))
25
- - type : replace
26
- path : /resource-config/compute/instances
27
- value : 4
28
- - type : replace
29
- path : /resource-config/compute/instance_type/id
30
- value : " 2xlarge.mem"
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.cloudfoundry</groupId >
27
27
<artifactId >cloudfoundry-java-client</artifactId >
28
- <version >5.12 .0.BUILD-SNAPSHOT</version >
28
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >cloudfoundry-client-reactor</artifactId >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.cloudfoundry</groupId >
27
27
<artifactId >cloudfoundry-java-client</artifactId >
28
- <version >5.12 .0.BUILD-SNAPSHOT</version >
28
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >cloudfoundry-client</artifactId >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.cloudfoundry</groupId >
27
27
<artifactId >cloudfoundry-java-client</artifactId >
28
- <version >5.12 .0.BUILD-SNAPSHOT</version >
28
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >cloudfoundry-operations</artifactId >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.cloudfoundry</groupId >
27
27
<artifactId >cloudfoundry-java-client</artifactId >
28
- <version >5.12 .0.BUILD-SNAPSHOT</version >
28
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >cloudfoundry-util</artifactId >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.cloudfoundry</groupId >
27
27
<artifactId >cloudfoundry-java-client</artifactId >
28
- <version >5.12 .0.BUILD-SNAPSHOT</version >
28
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >integration-test</artifactId >
Original file line number Diff line number Diff line change 23
23
<artifactId >cloudfoundry-java-client</artifactId >
24
24
<name >Cloud Foundry Java Client Parent</name >
25
25
<description >A Java language binding for interacting with a Cloud Foundry instance</description >
26
- <version >5.12 .0.BUILD-SNAPSHOT</version >
26
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
27
27
<packaging >pom</packaging >
28
28
<url >https://github.com/cloudfoundry/cf-java-client</url >
29
29
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.cloudfoundry</groupId >
27
27
<artifactId >cloudfoundry-java-client</artifactId >
28
- <version >5.12 .0.BUILD-SNAPSHOT</version >
28
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >test-log-cache</artifactId >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.cloudfoundry</groupId >
27
27
<artifactId >cloudfoundry-java-client</artifactId >
28
- <version >5.12 .0.BUILD-SNAPSHOT</version >
28
+ <version >5.11 .0.BUILD-SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >test-service-broker</artifactId >
You can’t perform that action at this time.
0 commit comments