Skip to content

Commit 89cc312

Browse files
Bump Java version to 2.1.1.
1 parent a2bcdb3 commit 89cc312

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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>2.1.0</version>
8+
<version>2.1.1</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>2.1.0</version>
8+
<version>2.1.1</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>2.1.0</version>
8+
<version>2.1.1</version>
99
</parent>
1010
<artifactId>vitess-grpc-client</artifactId>
1111

java/hadoop/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>2.1.0</version>
8+
<version>2.1.1</version>
99
</parent>
1010
<artifactId>vitess-hadoop</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>2.1.0</version>
8+
<version>2.1.1</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
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.vitess</groupId>
66
<artifactId>vitess-parent</artifactId>
7-
<version>2.1.0</version>
7+
<version>2.1.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Vitess Java Client libraries and Hadoop support [Parent]</name>

0 commit comments

Comments
 (0)