From a948978102262402acb92e3392023b8af343d14e Mon Sep 17 00:00:00 2001 From: Michael Berlin Date: Mon, 24 Apr 2017 22:37:53 -0700 Subject: [PATCH] java: Bump version number to 2.1.0. --- java/client/pom.xml | 2 +- java/example/pom.xml | 2 +- java/grpc-client/pom.xml | 2 +- java/hadoop/pom.xml | 2 +- java/jdbc/pom.xml | 2 +- java/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java/client/pom.xml b/java/client/pom.xml index ad3d9f397da..09ae332b1a4 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 2.1.0-rc.1 + 2.1.0 vitess-client diff --git a/java/example/pom.xml b/java/example/pom.xml index 41a7352551f..82dce46513d 100644 --- a/java/example/pom.xml +++ b/java/example/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 2.1.0-rc.1 + 2.1.0 vitess-example diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml index a59ba2e6e72..07c47825dbd 100644 --- a/java/grpc-client/pom.xml +++ b/java/grpc-client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 2.1.0-rc.1 + 2.1.0 vitess-grpc-client diff --git a/java/hadoop/pom.xml b/java/hadoop/pom.xml index 63446c2d271..c91c5fdcbd7 100644 --- a/java/hadoop/pom.xml +++ b/java/hadoop/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 2.1.0-rc.1 + 2.1.0 vitess-hadoop diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml index 8aaee355230..2c15a1ce73d 100644 --- a/java/jdbc/pom.xml +++ b/java/jdbc/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 2.1.0-rc.1 + 2.1.0 vitess-jdbc diff --git a/java/pom.xml b/java/pom.xml index 8f304ffc3d6..0a5fd29b5e6 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.vitess vitess-parent - 2.1.0-rc.1 + 2.1.0 pom http://vitess.io Java client libraries and Hadoop support for Vitess - a scalable clustering system for MySQL