Skip to content

Commit e5ffdb8

Browse files
authored
chore: update version numbers in README when releasing (googleapis#1714)
Fixes googleapis#1317
1 parent 816f786 commit e5ffdb8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ branches:
66
releaseType: java-yoshi
77
bumpMinorPreMajor: true
88
handleGHRelease: true
9-
9+
extraFiles: ["README.md"]

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,32 @@ Java idiomatic client for [Google Cloud Spanner JDBC][product-docs].
1515
If you are using Maven, add this to your pom.xml file:
1616

1717

18+
<!--- {x-version-update-start:google-cloud-spanner-jdbc:released} -->
1819
```xml
1920
<dependency>
2021
<groupId>com.google.cloud</groupId>
2122
<artifactId>google-cloud-spanner-jdbc</artifactId>
22-
<version>2.4.1</version>
23+
<version>2.20.2</version>
2324
</dependency>
2425
```
26+
<!--- {x-version-update-end} -->
27+
2528

2629
If you are using Gradle without BOM, add this to your dependencies
2730

31+
<!--- {x-version-update-start:google-cloud-spanner-jdbc:released} -->
2832
```Groovy
29-
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.4.1'
33+
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.20.2'
3034
```
35+
<!--- {x-version-update-end} -->
3136

3237
If you are using SBT, add this to your dependencies
3338

39+
<!--- {x-version-update-start:google-cloud-spanner-jdbc:released} -->
3440
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.4.1"
41+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.20.2"
3642
```
43+
<!--- {x-version-update-end} -->
3744

3845
## Authentication
3946

0 commit comments

Comments
 (0)