Skip to content

Commit 1625356

Browse files
committed
build: 3.1.2
1 parent beae6d0 commit 1625356

File tree

30 files changed

+146
-42
lines changed

30 files changed

+146
-42
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
99
<packaging>pom</packaging>
10-
<version>3.1.1</version>
10+
<version>3.1.2</version>
1111
<name>easy-query</name>
1212
<description>java object query distributed connector</description>
1313
<url>https://github.com/xuejmnet/easy-query</url>

sql-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>easy-query-all</artifactId>
77
<groupId>com.easy-query</groupId>
8-
<version>3.1.1</version>
8+
<version>3.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sql-db-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
</parent>
1111

1212
<name>sql-db-support</name>

sql-db-support/sql-clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

sql-db-support/sql-dameng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

sql-db-support/sql-db2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

sql-db-support/sql-gauss-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

sql-db-support/sql-h2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

sql-db-support/sql-kingbase-es/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<name>sql-kingbase-es</name>

sql-db-support/sql-mssql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.easy-query</groupId>
88
<artifactId>easy-query-all</artifactId>
9-
<version>3.1.1</version>
9+
<version>3.1.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)