Skip to content

Commit

Permalink
chore(master): release 1.8.4-SNAPSHOT (#761)
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] authored Oct 9, 2023
1 parent 10a1f3d commit b4d98f6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion google-cloud-spanner-hibernate-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-spanner-hibernate-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-spanner-hibernate-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>google-cloud-spanner-hibernate</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-hibernate</artifactId>
<packaging>pom</packaging>
<version>1.8.3</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->
<version>1.8.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-hibernate:current} -->

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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

google-cloud-spanner-hibernate:1.8.3:1.8.3
google-cloud-spanner-hibernate:1.8.3:1.8.4-SNAPSHOT

0 comments on commit b4d98f6

Please sign in to comment.