File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
google-cloud-pubsublite-bom Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-kokoro -resources/graalvm17:22.3.3 "
6+ value: " gcr.io/cloud-devrel-public -resources/graalvm_sdk_platform_b:3.24.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-kokoro -resources/graalvm:22.3.3 "
6+ value: " gcr.io/cloud-devrel-public -resources/graalvm_sdk_platform_a:3.24.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 77 <packaging >pom</packaging >
88 <parent >
99 <groupId >com.google.cloud</groupId >
10- <artifactId >google-cloud-shared -config</artifactId >
11- <version >1.7.1 </version >
10+ <artifactId >sdk-platform-java -config</artifactId >
11+ <version >3.24.0 </version >
1212 </parent >
1313
1414 <name >Google Cloud pubsublite BOM</name >
Original file line number Diff line number Diff line change 2626 ".kokoro/*/samples.cfg" ,
2727 "samples/install-without-bom/*" ,
2828 ".github/workflows/samples.yaml" ,
29- ".github/CODEOWNERS"
29+ ".github/CODEOWNERS" ,
30+ ".kokoro/presubmit/graalvm-native.cfg" ,
31+ ".kokoro/presubmit/graalvm-native-17.cfg"
3032 ]
3133)
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <parent >
44 <groupId >com.google.cloud</groupId >
5- <artifactId >google-cloud-shared -config</artifactId >
6- <version >1.7.1 </version >
5+ <artifactId >sdk-platform-java -config</artifactId >
6+ <version >3.24.0 </version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <groupId >com.google.cloud</groupId >
1818 <dependency >
1919 <groupId >com.google.cloud</groupId >
2020 <artifactId >google-cloud-shared-dependencies</artifactId >
21- <version >3.23.0 </version >
21+ <version >${google-cloud-shared-dependencies.version} </version >
2222 <type >pom</type >
2323 <scope >import</scope >
2424 </dependency >
You can’t perform that action at this time.
0 commit comments