Skip to content

Commit

Permalink
Release commit for 12.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alkin Tezuysal <[email protected]>
  • Loading branch information
askdba committed Oct 26, 2021
1 parent 3533f20 commit de06fca
Show file tree
Hide file tree
Showing 7 changed files with 209 additions and 188 deletions.
385 changes: 203 additions & 182 deletions doc/releasenotes/12_0_0_release_notes.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go/vt/servenv/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package servenv

const versionName = "12.0.0-SNAPSHOT"
const versionName = "12.0.0"
2 changes: 1 addition & 1 deletion java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
</parent>
<artifactId>vitess-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
</parent>
<artifactId>vitess-example</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/grpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
</parent>
<artifactId>vitess-grpc-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
</parent>
<artifactId>vitess-jdbc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

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

0 comments on commit de06fca

Please sign in to comment.