build: 更新项目版本号
- 将 pom.xml 中的版本号从 0.1.6.6 修改为 0.1.6.7 - 此更新统一了项目的 Maven 版本号,确保版本一致性
This commit is contained in:
parent
a7bede2ee3
commit
6c0f398bb2
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.6</version>
|
<version>0.1.6.7</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|
Loading…
Reference in New Issue