From 2e7b36182106640073577afdb9daa7c3c82cdf40 Mon Sep 17 00:00:00 2001 From: TangCheng <tangchengmail@163.com> Date: 星期一, 03 三月 2025 14:11:47 +0800 Subject: [PATCH] 调整pom --- JAVA/SMTAIServerBoot/pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JAVA/SMTAIServerBoot/pom.xml b/JAVA/SMTAIServerBoot/pom.xml index 6df1549..9e3babc 100644 --- a/JAVA/SMTAIServerBoot/pom.xml +++ b/JAVA/SMTAIServerBoot/pom.xml @@ -6,15 +6,15 @@ <packaging>pom</packaging> <modules> - <module>../SMTAIServerVer</module> + <module>../SMTAIServerVer</module> <module>../SMTAIServer</module> <module>../SMTServlet</module> - </modules> + </modules> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.6.14</version> <relativePath/> <!-- lookup parent from repository --> </parent> -- Gitblit v1.9.3