build(twain-service): 更新版本号至 0.1.5
- 修改 buildNumber.properties 文件,将 buildNumber 从 1增加到 2 - 更新 pom.xml 文件,将 twain-service 的版本号从 0.1.4 改为 0.1.5
This commit is contained in:
parent
22c3135352
commit
ef7dc000ab
|
@ -1,3 +1,3 @@
|
||||||
#maven.buildNumber.plugin properties file
|
#maven.buildNumber.plugin properties file
|
||||||
#Wed Feb 21 16:14:03 CST 2024
|
#Wed Feb 21 16:14:03 CST 2024
|
||||||
buildNumber=1
|
buildNumber=2
|
||||||
|
|
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.4</version>
|
<version>0.1.5</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|
Loading…
Reference in New Issue