From 942bdeee0b6fcc92b35e788c851d39c5182a8e40 Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期二, 10 六月 2025 13:01:20 +0800 Subject: [PATCH] add --- multi-common/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exam-common/pom.xml b/multi-common/pom.xml similarity index 98% rename from exam-common/pom.xml rename to multi-common/pom.xml index 36da6f1..e8e530d 100644 --- a/exam-common/pom.xml +++ b/multi-common/pom.xml @@ -5,11 +5,11 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.gkhy.exam</groupId> - <artifactId>train_exam</artifactId> + <artifactId>multi_system</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> - <artifactId>exam-common</artifactId> + <artifactId>multi-common</artifactId> <properties> <maven.compiler.source>8</maven.compiler.source> -- Gitblit v1.9.2