Skip to content

Commit

Permalink
java: Bump version number to 2.1.0-rc.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-berlin committed Apr 12, 2017
1 parent 7cedd75 commit 6c18497
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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>1.1.0-SNAPSHOT</version>
<version>2.1.0-rc.1</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>1.1.0-SNAPSHOT</version>
<version>2.1.0-rc.1</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>1.1.0-SNAPSHOT</version>
<version>2.1.0-rc.1</version>
</parent>
<artifactId>vitess-grpc-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/hadoop/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>1.1.0-SNAPSHOT</version>
<version>2.1.0-rc.1</version>
</parent>
<artifactId>vitess-hadoop</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>1.1.0-SNAPSHOT</version>
<version>2.1.0-rc.1</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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.1.0-rc.1</version>
<packaging>pom</packaging>
<url>http://vitess.io</url>
<description>Java client libraries and Hadoop support for Vitess - a scalable clustering system for MySQL</description>
Expand Down

0 comments on commit 6c18497

Please sign in to comment.