From c7eeccf471ae50c6c15ff0dfa518e2c58a6e9e08 Mon Sep 17 00:00:00 2001 From: 秦芳睿 <1425609123@qq.com> Date: 星期四, 13 三月 2025 10:12:18 +0800 Subject: [PATCH] build(SMTAIServerVer): 更新 exec-maven-plugin 版本 --- JAVA/SMTAIServerVer/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/JAVA/SMTAIServerVer/pom.xml b/JAVA/SMTAIServerVer/pom.xml index 7efdc85..ff84855 100644 --- a/JAVA/SMTAIServerVer/pom.xml +++ b/JAVA/SMTAIServerVer/pom.xml @@ -10,6 +10,7 @@ <plugin> <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> + <version>3.0.0</version> <executions> <execution> <id>uncompress</id> -- Gitblit v1.9.3