File tree Expand file tree Collapse file tree 7 files changed +6
-53
lines changed
Expand file tree Collapse file tree 7 files changed +6
-53
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1111 [[ " ${pomFile} " =~ .* java-bigquerystorage.* ]] || \
1212 [[ " ${pomFile} " =~ .* java-datastore.* ]] || \
1313 [[ " ${pomFile} " =~ .* java-logging-logback.* ]] || \
14+ [[ " ${pomFile} " =~ .* java-showcase-.* ]] || \
1415 [[ " ${pomFile} " =~ .* .github* . ]]; then
1516 continue
1617 fi
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.google.cloud</groupId >
2929 <artifactId >google-cloud-shared-dependencies</artifactId >
30- <version >${ google-cloud-shared-dependencies.version} </ version >
30+ <version >3.57.1-SNAPSHOT</ version > <!-- {x-version-update: google-cloud-shared-dependencies:current} -- >
3131 <type >pom</type >
3232 <scope >import</scope >
3333 </dependency >
Original file line number Diff line number Diff line change 1414 </description >
1515 <parent >
1616 <groupId >com.google.cloud</groupId >
17- <artifactId >sdk-platform-java -config</artifactId >
18- <version >3.57 .0</version >
17+ <artifactId >google-cloud-shared -config</artifactId >
18+ <version >1.17 .0</version >
1919 <relativePath />
2020 </parent >
2121
2222 <properties >
2323 <skipUnitTests >false</skipUnitTests >
2424 <checkstyle .header.file>java.header</checkstyle .header.file>
25+ <!-- skipping clirr check for protobuf 4.x upgrade for downstream libraries (from sdk-platform-java-config) -->
26+ <clirr .skip>true</clirr .skip>
2527 </properties >
2628
2729 <developers >
Original file line number Diff line number Diff line change 2323 <module >java-core</module >
2424 <module >gapic-generator-java-bom</module >
2525 <module >java-shared-dependencies</module >
26- <module >sdk-platform-java-config</module >
2726 </modules >
2827 <!-- Do not deploy the aggregator POM -->
2928 <build >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments