Skip to content

Commit

Permalink
Back to dev mode after v17.0.1 (#13663)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Aug 8, 2023
1 parent 166a734 commit 2da865e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/release.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -ex

vt_base_version='v17.0.1'
vt_base_version='v17.0.2-SNAPSHOT'
debian_versions='buster bullseye'
default_debian_version='bullseye'

Expand Down
2 changes: 1 addition & 1 deletion java/client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>17.0.1</version>
<version>17.0.2-SNAPSHOT</version>
</parent>
<artifactId>vitess-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>17.0.1</version>
<version>17.0.2-SNAPSHOT</version>
</parent>
<artifactId>vitess-example</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/grpc-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>17.0.1</version>
<version>17.0.2-SNAPSHOT</version>
</parent>
<artifactId>vitess-grpc-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/jdbc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>17.0.1</version>
<version>17.0.2-SNAPSHOT</version>
</parent>
<artifactId>vitess-jdbc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>17.0.1</version>
<version>17.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vitess Java Client libraries [Parent]</name>
Expand Down

0 comments on commit 2da865e

Please sign in to comment.