From ef7dc000abec67f128d2baefd29d7d66c7781ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BB=BA=E5=9B=BD?= Date: Mon, 10 Feb 2025 14:30:48 +0800 Subject: [PATCH] =?UTF-8?q?build(twain-service):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B3=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 buildNumber.properties 文件,将 buildNumber 从 1增加到 2 - 更新 pom.xml 文件,将 twain-service 的版本号从 0.1.4 改为 0.1.5 --- buildNumber.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildNumber.properties b/buildNumber.properties index 7f6d281..5ffb689 100644 --- a/buildNumber.properties +++ b/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file #Wed Feb 21 16:14:03 CST 2024 -buildNumber=1 +buildNumber=2 diff --git a/pom.xml b/pom.xml index 262c380..da8a7a7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.aohe twain-service - 0.1.4 + 0.1.5 8