Skip to content

Commit b485f3b

Browse files
vitess-botfrouioui
andauthored
[release-22.0] Bump to v22.0.0-SNAPSHOT after the v22.0.0-RC3 release (#18206)
Signed-off-by: Florent Poinsard <[email protected]> Co-authored-by: Florent Poinsard <[email protected]>
1 parent d19384d commit b485f3b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

go/vt/servenv/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ package servenv
1919
// DO NOT EDIT
2020
// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER
2121

22-
const versionName = "22.0.0-rc3"
22+
const versionName = "22.0.0-SNAPSHOT"

java/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>22.0.0-rc3</version>
8+
<version>22.0.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-client</artifactId>
1111

java/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>22.0.0-rc3</version>
8+
<version>22.0.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-example</artifactId>
1111

java/grpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>22.0.0-rc3</version>
8+
<version>22.0.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-grpc-client</artifactId>
1111

java/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>22.0.0-rc3</version>
8+
<version>22.0.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-jdbc</artifactId>
1111

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.vitess</groupId>
1313
<artifactId>vitess-parent</artifactId>
14-
<version>22.0.0-rc3</version>
14+
<version>22.0.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Vitess Java Client libraries [Parent]</name>

0 commit comments

Comments
 (0)