Skip to content

Commit 4e335e5

Browse files
committed
0.9.7
1 parent 9704d76 commit 4e335e5

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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>0.9.5</version>
10+
<version>0.9.7</version>
1111
<name>easy-query</name>
1212
<description>java object query distributed connector</description>
1313
<url>https://github.com/xuejmnet/easy-query</url>

samples/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>0.9.5</version>
8+
<version>0.9.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

samples/springbootdemo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.easy-query</groupId>
4747
<artifactId>sql-springboot-starter</artifactId>
48-
<version>0.9.5</version>
48+
<version>0.9.7</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>

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>0.9.5</version>
8+
<version>0.9.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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>0.9.5</version>
9+
<version>0.9.7</version>
1010
</parent>
1111

1212
<artifactId>sql-h2</artifactId>

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>0.9.5</version>
9+
<version>0.9.7</version>
1010
</parent>
1111

1212
<artifactId>sql-mssql</artifactId>

sql-mysql/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>0.9.5</version>
8+
<version>0.9.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sql-pgsql/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>0.9.5</version>
9+
<version>0.9.7</version>
1010
</parent>
1111

1212
<artifactId>sql-pgsql</artifactId>

sql-springboot-starter/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>0.9.5</version>
8+
<version>0.9.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sql-test/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>0.9.5</version>
8+
<version>0.9.7</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)