File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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- " /proto-google-.*/src"
@@ -25,6 +23,8 @@ deep-preserve-regex:
2523
2624deep-copy-regex :
2725- source : " /google/cloud/compute/(v\\ d)/.*-java/proto-google-.*/src"
28- dest : " /owl-bot-staging/$1/proto-google-cloud-compute-$1/src"
26+ dest : " /owl-bot-staging/java-compute/ $1/proto-google-cloud-compute-$1/src"
2927- source : " /google/cloud/compute/(v\\ d)/.*-java/gapic-google-.*/src"
30- dest : " /owl-bot-staging/$1/google-cloud-compute/src"
28+ dest : " /owl-bot-staging/java-compute/$1/google-cloud-compute/src"
29+
30+ api-name : compute
Load diff This file was deleted.
Original file line number Diff line number Diff line change 66 <version >1.11.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-compute:current} -->
77 <packaging >pom</packaging >
88 <parent >
9- <groupId >com.google.cloud</groupId >
10- <artifactId >google-cloud-shared-config</artifactId >
11- <version >1.5.1</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 Compute Engine 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.1 </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