Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 12, 2023
1 parent fc40bb9 commit 93621d3
Show file tree
Hide file tree
Showing 22 changed files with 1,939 additions and 1,148 deletions.
4 changes: 2 additions & 2 deletions java-alloydb-connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.21.0</version>
<version>26.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb-connectors.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.0.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.1.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -34,6 +34,11 @@
<artifactId>proto-google-cloud-alloydb-connectors-v1alpha</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-alloydb-connectors-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-alloydb-connectors-v1beta</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-alloydb-connectors-v1beta:current} -->
</dependency>
</dependencies>
</dependencyManagement>
</project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -41,6 +41,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-alloydb-connectors-v1beta</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-alloydb-connectors-v1alpha</artifactId>
Expand Down Expand Up @@ -105,4 +109,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
9 changes: 8 additions & 1 deletion java-alloydb-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
<artifactId>google-cloud-alloydb-connectors</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-alloydb-connectors:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-alloydb-connectors-v1beta</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-alloydb-connectors-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-alloydb-connectors-v1alpha</artifactId>
Expand All @@ -42,6 +47,8 @@
<modules>
<module>google-cloud-alloydb-connectors</module>
<module>proto-google-cloud-alloydb-connectors-v1alpha</module>
<module>proto-google-cloud-alloydb-connectors-v1beta</module>
<module>google-cloud-alloydb-connectors-bom</module>
</modules>
</project>

</project>
Loading

0 comments on commit 93621d3

Please sign in to comment.