From 8c8c59c1f2005fa3ca89ac2117ca1a3c0c618913 Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@chicecm.com>
Date: 星期四, 06 六月 2024 09:41:16 +0800
Subject: [PATCH] 调整项目结构,重新命名

---
 Source/plt-web/plt-web-parent/plt-starter/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/platformProject/vci-platform-starter/pom.xml b/Source/plt-web/plt-web-parent/plt-starter/pom.xml
similarity index 98%
rename from Source/platformProject/vci-platform-starter/pom.xml
rename to Source/plt-web/plt-web-parent/plt-starter/pom.xml
index 1748446..3449e87 100644
--- a/Source/platformProject/vci-platform-starter/pom.xml
+++ b/Source/plt-web/plt-web-parent/plt-starter/pom.xml
@@ -3,12 +3,12 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>platform-parent</artifactId>
         <groupId>com.vci</groupId>
+        <artifactId>plt-web-parent</artifactId>
         <version>2024.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>vci-platform-starter</artifactId>
+    <artifactId>plt-starter</artifactId>
     <properties>
         <maven.compiler.source>8</maven.compiler.source>
         <maven.compiler.target>8</maven.compiler.target>

--
Gitblit v1.9.3