Skip to content

Commit a2d20f0

Browse files
committed
update version
1 parent 9b05871 commit a2d20f0

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.codingapi.dbstream</groupId>
66
<artifactId>dbstream-driver</artifactId>
7-
<version>0.1.0</version>
7+
<version>1.0.0</version>
88

99
<url>https://github.com/codingapi/dbstream-driver</url>
1010
<name>dbstream-driver</name>
@@ -30,9 +30,11 @@
3030
<maven.javadoc.version>3.6.3</maven.javadoc.version>
3131
<maven.gpg.version>3.0.1</maven.gpg.version>
3232

33-
<!-- dependencies properties-->
33+
<!-- project dependencies properties-->
3434
<lombok.version>1.18.42</lombok.version>
3535
<jsqlparser.version>4.9</jsqlparser.version>
36+
37+
<!-- test dependencies properties-->
3638
<springboot.version>2.7.18</springboot.version>
3739
<h2.version>2.2.222</h2.version>
3840
</properties>

src/test/java/com/codingapi/dbstream/DBStreamContextTest.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)