Skip to content

Commit

Permalink
chore(main): release 1.1.6 (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Sep 10, 2024
1 parent 396a0f2 commit 7b5be4e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.6](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.5...v1.1.6) (2024-09-10)


### Dependencies

* Update dependency maven to v3.9.9 ([#577](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/577)) ([445185a](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/445185af750c15421e0848715b6e10162a2a90a5))
* Update Non-major dependencies ([#570](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/570)) ([3d6c68c](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/3d6c68c79c94e28b318c17afedde07185208d5ed))

## [1.1.5](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.4...v1.1.5) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions alloydb-jdbc-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-connector-parent</artifactId>
<version>1.1.6-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>1.1.6</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>1.1.6-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>1.1.6</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<packaging>jar</packaging>

<name>Google Cloud AlloyDB JDBC Connector</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

class Version {
// {x-version-update-start:alloydb-jdbc-connector:current}
static final String VERSION = "1.1.6-SNAPSHOT";
static final String VERSION = "1.1.6";
// {x-version-update-end}
}
4 changes: 2 additions & 2 deletions docs/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
```
<!-- {x-version-update-end} -->
Expand All @@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
<!-- {x-version-update-start:alloydb-jdbc-connector:released} -->
```gradle
// Add connector with the latest version
implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.5'
implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.6'
```
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alloydb-connector-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.6-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<version>1.1.6</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
<name>Google Cloud AlloyDB Java Connector Parent</name>
<url>https://github.com/GoogleCloudPlatform/alloydb-java-connector</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</dependency>
<!-- {x-version-update-end} -->
<!-- [END _install_without_bom] -->
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>alloydb-jdbc-connector</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

alloydb-jdbc-connector:1.1.5:1.1.6-SNAPSHOT
alloydb-jdbc-connector:1.1.6:1.1.6

0 comments on commit 7b5be4e

Please sign in to comment.