File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/main/java/io/vitess/util Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.vitess</groupId >
7
7
<artifactId >vitess-parent</artifactId >
8
- <version >3.0 .0-SNAPSHOT</version >
8
+ <version >2.2 .0-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >vitess-client</artifactId >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.vitess</groupId >
7
7
<artifactId >vitess-parent</artifactId >
8
- <version >3.0 .0-SNAPSHOT</version >
8
+ <version >2.2 .0-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >vitess-example</artifactId >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.vitess</groupId >
7
7
<artifactId >vitess-parent</artifactId >
8
- <version >3.0 .0-SNAPSHOT</version >
8
+ <version >2.2 .0-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >vitess-grpc-client</artifactId >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.vitess</groupId >
7
7
<artifactId >vitess-parent</artifactId >
8
- <version >3.0 .0-SNAPSHOT</version >
8
+ <version >2.2 .0-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >vitess-hadoop</artifactId >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.vitess</groupId >
7
7
<artifactId >vitess-parent</artifactId >
8
- <version >3.0 .0-SNAPSHOT</version >
8
+ <version >2.2 .0-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >vitess-jdbc</artifactId >
11
11
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public class Constants {
39
39
public static final String LITERAL_V = "v" ;
40
40
public static final String LITERAL_SINGLE_QUOTE = "'" ;
41
41
public static final String SQL_S = "s" ;
42
- public static final int DRIVER_MAJOR_VERSION = 1 ;
43
- public static final int DRIVER_MINOR_VERSION = 0 ;
42
+ public static final int DRIVER_MAJOR_VERSION = 2 ;
43
+ public static final int DRIVER_MINOR_VERSION = 2 ;
44
44
public static final int MAX_BUFFER_SIZE = 65535 ;
45
45
//Default Timeout in miliseconds
46
46
public static final int DEFAULT_TIMEOUT = 30000 ;
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.vitess</groupId >
6
6
<artifactId >vitess-parent</artifactId >
7
- <version >3.0 .0-SNAPSHOT</version >
7
+ <version >2.2 .0-SNAPSHOT</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >Vitess Java Client libraries and Hadoop support [Parent]</name >
You can’t perform that action at this time.
0 commit comments