Skip to content

Commit ea5e98e

Browse files
author
ddixit14
committed
chore: setup owlbot configuration
1 parent abc9a9c commit ea5e98e

File tree

4 files changed

+12
-28
lines changed

4 files changed

+12
-28
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
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

1816
deep-remove-regex:
1917
- "/grpc-google-.*/src"
@@ -25,8 +23,10 @@ deep-preserve-regex:
2523

2624
deep-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

java-iamcredentials/.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

java-iamcredentials/google-cloud-iamcredentials-bom/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
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>

java-iamcredentials/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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>

0 commit comments

Comments
 (0)