1.0.0-alpha #1

Merged
ZhouXY108 merged 6 commits from 1.0.x into dev 2024-11-02 11:41:50 +08:00
Showing only changes of commit 023bd15f06 - Show all commits

View File

@ -6,7 +6,7 @@
<groupId>xyz.zhouxy.jdbc</groupId> <groupId>xyz.zhouxy.jdbc</groupId>
<artifactId>simple-jdbc</artifactId> <artifactId>simple-jdbc</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-alpha</version>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
@ -18,7 +18,7 @@
<dependency> <dependency>
<groupId>xyz.zhouxy.plusone</groupId> <groupId>xyz.zhouxy.plusone</groupId>
<artifactId>plusone-commons</artifactId> <artifactId>plusone-commons</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-alpha</version>
</dependency> </dependency>
<dependency> <dependency>