File tree Expand file tree Collapse file tree 4 files changed +12
-28
lines changed
google-cloud-iamcredentials-bom Expand file tree Collapse file tree 4 files changed +12
-28
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- docker :
16- image : " gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
1715
1816deep-remove-regex :
1917- " /grpc-google-.*/src"
@@ -25,8 +23,10 @@ deep-preserve-regex:
2523
2624deep-copy-regex :
2725- source : " /google/iam/credentials/(v.*)/.*-java/proto-google-.*/src"
28- dest : " /owl-bot-staging/$1/proto-google-cloud-iamcredentials-$1/src"
26+ dest : " /owl-bot-staging/java-iamcredentials/ $1/proto-google-cloud-iamcredentials-$1/src"
2927- source : " /google/iam/credentials/(v.*)/.*-java/grpc-google-.*/src"
30- dest : " /owl-bot-staging/$1/grpc-google-cloud-iamcredentials-$1/src"
28+ dest : " /owl-bot-staging/java-iamcredentials/ $1/grpc-google-cloud-iamcredentials-$1/src"
3129- source : " /google/iam/credentials/(v.*)/.*-java/gapic-google-.*/src"
32- dest : " /owl-bot-staging/$1/google-cloud-iamcredentials/src"
30+ dest : " /owl-bot-staging/java-iamcredentials/$1/google-cloud-iamcredentials/src"
31+
32+ api-name : iamcredentials
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 <version >2.3.3-SNAPSHOT</version ><!-- {x-version-update:google-cloud-iamcredentials:current} -->
77 <packaging >pom</packaging >
88 <parent >
9- <groupId >com.google.cloud</groupId >
10- <artifactId >google-cloud-shared-config</artifactId >
11- <version >1.5.3</version >
9+ <groupId >com.google.api</groupId >
10+ <artifactId >google-cloud-java</artifactId >
11+ <version >0.0.1-SNAPSHOT</version >
12+ <relativePath >../../pom.xml</relativePath >
1213 </parent >
1314
1415 <name >Google Cloud iamcredentials BOM</name >
Original file line number Diff line number Diff line change 1212 </description >
1313
1414 <parent >
15- <groupId >com.google.cloud </groupId >
16- <artifactId >google-cloud-shared-config </artifactId >
17- <version >1.5.3 </version >
15+ <groupId >com.google.api </groupId >
16+ <artifactId >google-cloud-java </artifactId >
17+ <version >0.0.1-SNAPSHOT </version >
1818 </parent >
1919
2020 <developers >
You can’t perform that action at this time.
0 commit comments