From 5dc21be059265211f3f1484cc6f14dc1e43ecdf0 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 12 Jun 2024 14:43:47 -0600
Subject: [PATCH] chore(main): release 1.1.3 (#543)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
CHANGELOG.md | 12 ++++++++++++
alloydb-jdbc-connector/pom.xml | 4 ++--
.../main/java/com/google/cloud/alloydb/Version.java | 2 +-
docs/jdbc.md | 4 ++--
pom.xml | 2 +-
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
versions.txt | 2 +-
9 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 872cb6d5..8ef5f5ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [1.1.3](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.2...v1.1.3) (2024-06-12)
+
+
+### Dependencies
+
+* Update Non-major dependency updates ([#548](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/548)) ([b475b0b](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/b475b0b3e20d8c0dafb0e8384c22ebd7a7f13962))
+
+
+### Documentation
+
+* remove stale notice ([#542](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/542)) ([61f8e9c](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/61f8e9c9b24ae1966accf2ce4cbe11e6e38679b7))
+
## [1.1.2](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.1...v1.1.2) (2024-05-14)
diff --git a/alloydb-jdbc-connector/pom.xml b/alloydb-jdbc-connector/pom.xml
index 9472cb8b..e1726408 100644
--- a/alloydb-jdbc-connector/pom.xml
+++ b/alloydb-jdbc-connector/pom.xml
@@ -23,11 +23,11 @@
com.google.cloud
alloydb-connector-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
../pom.xml
alloydb-jdbc-connector
- 1.1.3-SNAPSHOT
+ 1.1.3
jar
Google Cloud AlloyDB JDBC Connector
diff --git a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
index d9231417..afd9922b 100644
--- a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
+++ b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
@@ -17,6 +17,6 @@
class Version {
// {x-version-update-start:alloydb-jdbc-connector:current}
- static final String VERSION = "1.1.3-SNAPSHOT";
+ static final String VERSION = "1.1.3";
// {x-version-update-end}
}
diff --git a/docs/jdbc.md b/docs/jdbc.md
index 02fda8f3..3ad4466d 100644
--- a/docs/jdbc.md
+++ b/docs/jdbc.md
@@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
com.google.cloud
alloydb-jdbc-connector
- 1.1.2
+ 1.1.3
```
@@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
```gradle
// Add connector with the latest version
-implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.2'
+implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.3'
```
diff --git a/pom.xml b/pom.xml
index c0fc3da7..4e3442ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
4.0.0
alloydb-connector-parent
pom
- 1.1.3-SNAPSHOT
+ 1.1.3
Google Cloud AlloyDB Java Connector Parent
https://github.com/GoogleCloudPlatform/alloydb-java-connector
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 06e02946..c6866f8c 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
alloydb-jdbc-connector
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index aee5f0ee..70e2c050 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
alloydb-jdbc-connector
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index d79558ac..b4b0555b 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
alloydb-jdbc-connector
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/versions.txt b/versions.txt
index 73007795..0c77adbe 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-alloydb-jdbc-connector:1.1.2:1.1.3-SNAPSHOT
+alloydb-jdbc-connector:1.1.3:1.1.3