build: 更新项目版本号
- 将 pom.xml 中的版本号从 0.1.6.9 修改为 0.1.7.0 - 此更新统一了项目的版本号,确保版本一致性
This commit is contained in:
parent
4c77747763
commit
c620d07075
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>org.aohe</groupId>
|
<groupId>org.aohe</groupId>
|
||||||
<artifactId>twain-service</artifactId>
|
<artifactId>twain-service</artifactId>
|
||||||
<version>0.1.6.9</version>
|
<version>0.1.7.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|
Loading…
Reference in New Issue