From e0e21ba83a8ea4873352be6202819b6e28fce8d6 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 24 Mar 2021 06:48:02 +0000
Subject: [PATCH 01/13] chore: release 2.0.1-SNAPSHOT (#408)
:robot: I have created a release \*beep\* \*boop\*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index cd3d5c568..dc8c473fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
google-cloud-spanner-jdbc
- 2.0.0
+ 2.0.1-SNAPSHOT
jar
Google Cloud Spanner JDBC
https://github.com/googleapis/java-spanner-jdbc
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index cf6940250..98a19e9a0 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-spanner-jdbc
- 2.0.0
+ 2.0.1-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index 3d2f03ceb..e817f33bd 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-jdbc:2.0.0:2.0.0
+google-cloud-spanner-jdbc:2.0.0:2.0.1-SNAPSHOT
From f0cd180f7a34c28460ff88699614cf1173205002 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 25 Mar 2021 02:50:06 +0100
Subject: [PATCH 02/13] chore(deps): update dependency
com.google.cloud:google-cloud-spanner-jdbc to v2 (#409)
---
samples/install-without-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 0edee3488..7e5e8b791 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-spanner-jdbc
- 1.21.0
+ 2.0.0
From 6d545b617cd2ab21de88a77ce8e9ebe31cf088bf Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Wed, 24 Mar 2021 19:08:02 -0700
Subject: [PATCH 03/13] chore: regenerate README (#412)
This PR was generated using Autosynth. :rainbow:
Log from Synthtool
```
2021-03-25 01:52:12,889 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-03-25 01:52:14,048 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
```
Full log will be available here:
https://source.cloud.google.com/results/invocations/308f86e5-3e08-4174-95a6-ede4c9611bfd/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
---
.github/readme/synth.metadata/synth.metadata | 4 ++--
README.md | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index 1c35e4474..a65fe82d3 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
- "sha": "3e0fbd1706fc269cd7bfcd2258181487cc40cece"
+ "sha": "f0cd180f7a34c28460ff88699614cf1173205002"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "86ed43d4f56e6404d068e62e497029018879c771"
+ "sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
}
}
]
diff --git a/README.md b/README.md
index bd9013fdc..8250edaa4 100644
--- a/README.md
+++ b/README.md
@@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-spanner-jdbc
- 1.21.0
+ 2.0.0
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-spanner-jdbc:1.21.0'
+compile 'com.google.cloud:google-cloud-spanner-jdbc:2.0.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.21.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.0.0"
```
## Authentication
From f83f9a0bb19497d1b8998f6de819d66b5f894313 Mon Sep 17 00:00:00 2001
From: Thiago Nunes
Date: Mon, 29 Mar 2021 10:42:53 +1100
Subject: [PATCH 04/13] chore: sets the min version of the repo as Java 8
(#411)
This is used by autosynth to generate files such as the README.
---
.repo-metadata.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.repo-metadata.json b/.repo-metadata.json
index 524b2f3f2..e787150b3 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -5,8 +5,10 @@
"client_documentation": "https://googleapis.dev/java/google-cloud-spanner-jdbc/latest/index.html",
"release_level": "ga",
"language": "java",
+ "min_java_version": 8,
"repo": "googleapis/java-spanner-jdbc",
"repo_short": "java-spanner-jdbc",
"distribution_name": "com.google.cloud:google-cloud-spanner-jdbc",
"codeowner_team": "@googleapis/api-spanner-java"
}
+
From 032f2c63dc95d4fc2bc4d05738031c1d1d880b4f Mon Sep 17 00:00:00 2001
From: Thiago Nunes
Date: Mon, 29 Mar 2021 10:43:17 +1100
Subject: [PATCH 05/13] chore: marks the branch 1.21.x as stable (#413)
Updates the github configuration to mark the branch 1.21.x as stable.
---
.github/release-please.yml | 7 ++++++-
.github/sync-repo-settings.yaml | 31 ++++++++++++++++++++++++++++++-
2 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/.github/release-please.yml b/.github/release-please.yml
index dce2c8450..127277a02 100644
--- a/.github/release-please.yml
+++ b/.github/release-please.yml
@@ -1,2 +1,7 @@
releaseType: java-yoshi
-bumpMinorPreMajor: true
\ No newline at end of file
+bumpMinorPreMajor: true
+branches:
+- branch: 1.21.x
+ releaseType: java-yoshi
+ bumpMinorPreMajor: true
+
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index a0c0cd493..7defd84ae 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -38,6 +38,35 @@ branchProtectionRules:
- "units (11)"
- "Kokoro - Test: Integration"
- "cla/google"
+
+# Rules for master branch protection
+branchProtectionRules:
+# Identifies the protection rule pattern. Name of the branch to be protected.
+# Defaults to `master`
+- pattern: 1.21.x
+ # Can admins overwrite branch protection.
+ # Defaults to `true`
+ isAdminEnforced: true
+ # Number of approving reviews required to update matching branches.
+ # Defaults to `1`
+ requiredApprovingReviewCount: 1
+ # Are reviews from code owners required to update matching branches.
+ # Defaults to `false`
+ requiresCodeOwnerReviews: true
+ # Require up to date branches
+ requiresStrictStatusChecks: false
+ # List of required status check contexts that must pass for commits to be accepted to matching branches.
+ requiredStatusCheckContexts:
+ - "dependencies (8)"
+ - "dependencies (11)"
+ - "linkage-monitor"
+ - "lint"
+ - "clirr"
+ - "units (8)"
+ - "units (11)"
+ - "Kokoro - Test: Integration"
+ - "cla/google"
+
# List of explicit permissions to add (additive only)
permissionRules:
- team: yoshi-admins
@@ -45,4 +74,4 @@ permissionRules:
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
- permission: push
\ No newline at end of file
+ permission: push
From 46fd8aad1018962d73c5752d37b89f26290a449c Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Sun, 28 Mar 2021 17:00:06 -0700
Subject: [PATCH 06/13] chore: regenerate README (#414)
This PR was generated using Autosynth. :rainbow:
Log from Synthtool
```
2021-03-28 23:45:07,520 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-03-28 23:45:08,722 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
```
Full log will be available here:
https://source.cloud.google.com/results/invocations/91579ce3-d49c-4399-bfda-3caaae494359/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
---
.github/readme/synth.metadata/synth.metadata | 4 ++--
README.md | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index a65fe82d3..668ae410d 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
- "sha": "f0cd180f7a34c28460ff88699614cf1173205002"
+ "sha": "032f2c63dc95d4fc2bc4d05738031c1d1d880b4f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
+ "sha": "60fc32cc950c20cfdd774b846a4a7dc5d1e4d0ef"
}
}
]
diff --git a/README.md b/README.md
index 8250edaa4..03bdbcc9a 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
## Java Versions
-Java 7 or above is required for using this client.
+Java 8 or above is required for using this client.
## Versioning
@@ -135,7 +135,6 @@ Apache 2.0 - See [LICENSE][license] for more information.
Java Version | Status
------------ | ------
-Java 7 | [![Kokoro CI][kokoro-badge-image-1]][kokoro-badge-link-1]
Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
From 075fe70805be0094121b428aba1bc190fa80108e Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Tue, 6 Apr 2021 20:05:15 -0700
Subject: [PATCH 07/13] chore: Re-generated to pick up changes from synthtool
(#417)
* changes without context
autosynth cannot find the source of changes triggered by earlier changes in this
repository, or by version upgrades to tools such as linters.
* chore(java): detect sample-secrets in build.sh
Fixes #904
Source-Author: Neenu Shaji
Source-Date: Wed Mar 24 15:50:02 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef
Source-Link: https://github.com/googleapis/synthtool/commit/bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef
* chore: remove staging bucket v2
not needed since we removed v2 solution - https://github.com/googleapis/synthtool/pull/964
Source-Author: Emily Ball
Source-Date: Mon Mar 29 14:47:37 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 572ef8f70edd9041f5bcfa71511aed6aecfc2098
Source-Link: https://github.com/googleapis/synthtool/commit/572ef8f70edd9041f5bcfa71511aed6aecfc2098
---
.github/release-please.yml | 7 +------
.kokoro/build.sh | 5 +++++
.kokoro/nightly/java7.cfg | 7 +++++++
.kokoro/presubmit/java7.cfg | 7 +++++++
.kokoro/release/publish_javadoc.sh | 5 -----
synth.metadata | 4 ++--
6 files changed, 22 insertions(+), 13 deletions(-)
create mode 100644 .kokoro/nightly/java7.cfg
create mode 100644 .kokoro/presubmit/java7.cfg
diff --git a/.github/release-please.yml b/.github/release-please.yml
index 127277a02..dce2c8450 100644
--- a/.github/release-please.yml
+++ b/.github/release-please.yml
@@ -1,7 +1,2 @@
releaseType: java-yoshi
-bumpMinorPreMajor: true
-branches:
-- branch: 1.21.x
- releaseType: java-yoshi
- bumpMinorPreMajor: true
-
+bumpMinorPreMajor: true
\ No newline at end of file
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 5566bac3f..e4ddb5b73 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -79,6 +79,11 @@ samples)
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
then
+ for FILE in ${KOKORO_GFILE_DIR}/secret_manager/*-samples-secrets; do
+ [[ -f "$FILE" ]] || continue
+ source "$FILE"
+ done
+
pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
diff --git a/.kokoro/nightly/java7.cfg b/.kokoro/nightly/java7.cfg
new file mode 100644
index 000000000..cb24f44ee
--- /dev/null
+++ b/.kokoro/nightly/java7.cfg
@@ -0,0 +1,7 @@
+# Format: //devtools/kokoro/config/proto/build.proto
+
+# Configure the docker image for kokoro-trampoline.
+env_vars: {
+ key: "TRAMPOLINE_IMAGE"
+ value: "gcr.io/cloud-devrel-kokoro-resources/java7"
+}
diff --git a/.kokoro/presubmit/java7.cfg b/.kokoro/presubmit/java7.cfg
new file mode 100644
index 000000000..cb24f44ee
--- /dev/null
+++ b/.kokoro/presubmit/java7.cfg
@@ -0,0 +1,7 @@
+# Format: //devtools/kokoro/config/proto/build.proto
+
+# Configure the docker image for kokoro-trampoline.
+env_vars: {
+ key: "TRAMPOLINE_IMAGE"
+ value: "gcr.io/cloud-devrel-kokoro-resources/java7"
+}
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index 0773cfe82..caa7dddfb 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then
exit 1
fi
-if [[ -z "${STAGING_BUCKET_V2}" ]]; then
- echo "Need to set STAGING_BUCKET_V2 environment variable"
- exit 1
-fi
-
# work from the git root directory
pushd $(dirname "$0")/../../
diff --git a/synth.metadata b/synth.metadata
index ac98e78ee..d862197c3 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
- "sha": "b32e7aebd4c8d24d052e4616b5dd7735878e01c3"
+ "sha": "46fd8aad1018962d73c5752d37b89f26290a449c"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
+ "sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
}
}
],
From aa52dbff8e007c902111eb64aee79f8548c94a1a Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 7 Apr 2021 05:56:44 +0200
Subject: [PATCH 08/13] chore(deps): update dependency
com.google.cloud.samples:shared-configuration to v1.0.22 (#422)
---
samples/install-without-bom/pom.xml | 2 +-
samples/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 7e5e8b791..ac8d45977 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
diff --git a/samples/pom.xml b/samples/pom.xml
index 13432e5e8..08d34f32f 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -18,7 +18,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 98a19e9a0..2c774fa9d 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 4ae551a63..602836bec 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
From fdd880943394e4760c26eadc3a87d5a298591eb1 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 13 Apr 2021 06:08:53 +0200
Subject: [PATCH 09/13] deps: update dependency
com.google.cloud:google-cloud-spanner-bom to v6.2.0 (#420)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dc8c473fa..d43b9721b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
com.google.cloud
google-cloud-spanner-bom
- 6.0.0
+ 6.2.0
pom
import
From e0cf14a4dd087532924f49bb8e0431e1d681c7e8 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 13 Apr 2021 06:09:10 +0200
Subject: [PATCH 10/13] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v0.21.0 (#423)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d43b9721b..35fa8e8b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 0.20.1
+ 0.21.0
pom
import
From c340dc7901f440ee298a1d7505ce8344a384c6dc Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Mon, 12 Apr 2021 21:09:38 -0700
Subject: [PATCH 11/13] build(java): skip javadoc tests during dependencies
test (#424)
Source-Author: Jeff Ching
Source-Date: Fri Apr 9 09:18:54 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 5b0e1592dd7d70b485e157ea4b3eb1704ecbd015
Source-Link: https://github.com/googleapis/synthtool/commit/5b0e1592dd7d70b485e157ea4b3eb1704ecbd015
---
.kokoro/dependencies.sh | 1 +
synth.metadata | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh
index 0fb8c8436..59d2aafc7 100755
--- a/.kokoro/dependencies.sh
+++ b/.kokoro/dependencies.sh
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
retry_with_backoff 3 10 \
mvn install -B -V -ntp \
-DskipTests=true \
+ -Dmaven.javadoc.skip=true \
-Dclirr.skip=true
mvn -B dependency:analyze -DfailOnWarning=true
diff --git a/synth.metadata b/synth.metadata
index d862197c3..822119576 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
- "sha": "46fd8aad1018962d73c5752d37b89f26290a449c"
+ "sha": "aa52dbff8e007c902111eb64aee79f8548c94a1a"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
+ "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
}
}
],
From b6cb7e8e4a7a8c66e93ad5fc06cdab7d377f37dc Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 13 Apr 2021 06:09:58 +0200
Subject: [PATCH 12/13] chore(deps): update dependency
com.google.cloud:libraries-bom to v20 (#425)
---
samples/snippets/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 602836bec..bd6146198 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 19.2.1
+ 20.0.0
pom
import
From d314ce5177d1188df71eae81a58813cd48cb7c5a Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 13 Apr 2021 14:37:06 +1000
Subject: [PATCH 13/13] chore: release 2.0.1 (#426)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
CHANGELOG.md | 8 ++++++++
pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c935f736d..817bb1527 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [2.0.1](https://www.github.com/googleapis/java-spanner-jdbc/compare/v2.0.0...v2.0.1) (2021-04-13)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#423](https://www.github.com/googleapis/java-spanner-jdbc/issues/423)) ([e0cf14a](https://www.github.com/googleapis/java-spanner-jdbc/commit/e0cf14a4dd087532924f49bb8e0431e1d681c7e8))
+* update dependency com.google.cloud:google-cloud-spanner-bom to v6.2.0 ([#420](https://www.github.com/googleapis/java-spanner-jdbc/issues/420)) ([fdd8809](https://www.github.com/googleapis/java-spanner-jdbc/commit/fdd880943394e4760c26eadc3a87d5a298591eb1))
+
## [2.0.0](https://www.github.com/googleapis/java-spanner-jdbc/compare/v1.21.0...v2.0.0) (2021-03-24)
diff --git a/pom.xml b/pom.xml
index 35fa8e8b1..3c197a703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
google-cloud-spanner-jdbc
- 2.0.1-SNAPSHOT
+ 2.0.1
jar
Google Cloud Spanner JDBC
https://github.com/googleapis/java-spanner-jdbc
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 2c774fa9d..4d7c6e1a6 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-spanner-jdbc
- 2.0.1-SNAPSHOT
+ 2.0.1
diff --git a/versions.txt b/versions.txt
index e817f33bd..d778cc6f2 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-jdbc:2.0.0:2.0.1-SNAPSHOT
+google-cloud-spanner-jdbc:2.0.1:2.0.1