Commit 144b956 1 parent 61a6fc3 commit 144b956 Copy full SHA for 144b956
File tree 4 files changed +34
-2
lines changed
google-cloud-resourcemanager-bom
4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+ docker :
2
+ digest : sha256:d63f88abaa7cefc60021d1a86b6a2fb7c02948f8d6448142df4e3012a52308a2
3
+ image : gcr.io/repo-automation-bots/owlbot-java:latest
Original file line number Diff line number Diff line change
1
+ # Copyright 2021 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ docker :
16
+ image : " gcr.io/repo-automation-bots/owlbot-java:latest"
17
+
18
+ deep-remove-regex :
19
+ - " /grpc-google-.*/src"
20
+ - " /proto-google-.*/src"
21
+ - " /google-.*/src"
22
+
23
+ deep-copy-regex :
24
+ - source : " /google/cloud/resourcemanager/(v.*)/.*-java/proto-google-.*/src"
25
+ dest : " /proto-google-cloud-resourcemanager-$1/src"
26
+ - source : " /google/cloud/resourcemanager/(v.*)/.*-java/grpc-google-.*/src"
27
+ dest : " /grpc-google-cloud-resourcemanager-$1/src"
28
+ - source : " /google/cloud/resourcemanager/v.*/.*-java/gapic-google-.*/src"
29
+ dest : " /google-cloud-resourcemanager/src"
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
1
+ <?xml version =' 1.0' encoding = ' UTF-8 ' ?>
2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change 164
164
</plugin >
165
165
</plugins >
166
166
</reporting >
167
- </project >
167
+ </project >
You can’t perform that action at this time.
0 commit comments