Skip to content

Commit a89444f

Browse files
committed
chore(java-bigtable): align versions and format owlbot configurations
1 parent d625201 commit a89444f

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

  • java-bigtable
  • java-datastore/google-cloud-datastore
  • java-maps-mapmanagement/google-maps-mapmanagement-bom

java-bigtable/owlbot.py

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,18 @@ def make_internal_only(sources):
4444
s.replace(f'{library}/**/BaseBigtable*AdminClient.java', 'public static final BaseBigtable(.*)AdminClient create\\(', 'protected static BaseBigtable\\1AdminClient create(')
4545
s.move(library)
4646
s.remove_staging_dirs()
47-
java.common_templates(monorepo=True, excludes=[
48-
".github/*",
49-
".kokoro/*",
50-
"samples/*",
51-
"CODE_OF_CONDUCT.md",
52-
"CONTRIBUTING.md",
53-
"LICENSE",
54-
"SECURITY.md",
55-
"java.header",
56-
"license-checks.xml",
57-
"renovate.json",
58-
".gitignore"
47+
java.common_templates(
48+
monorepo=True,
49+
excludes=[
50+
".github/*",
51+
".kokoro/*",
52+
"samples/*",
53+
"CODE_OF_CONDUCT.md",
54+
"CONTRIBUTING.md",
55+
"LICENSE",
56+
"SECURITY.md",
57+
"java.header",
58+
"license-checks.xml",
59+
"renovate.json",
60+
".gitignore"
5961
])

java-datastore/google-cloud-datastore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@
208208
<dependency>
209209
<groupId>com.google.cloud</groupId>
210210
<artifactId>google-cloud-monitoring</artifactId>
211-
<version>3.91.0</version><!-- {x-version-update:google-cloud-monitoring:current} -->
211+
<version>3.93.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-monitoring:current} -->
212212
</dependency>
213213
<dependency>
214214
<groupId>com.google.api.grpc</groupId>
215215
<artifactId>proto-google-cloud-monitoring-v3</artifactId>
216-
<version>3.91.0</version><!-- {x-version-update:google-cloud-monitoring:current} -->
216+
<version>3.93.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-monitoring:current} -->
217217
</dependency>
218218
<dependency>
219219
<groupId>io.opentelemetry</groupId>

java-maps-mapmanagement/google-maps-mapmanagement-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-pom-parent</artifactId>
11-
<version>1.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
11+
<version>1.86.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
1212
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)