From c311cb1a9ecad57ac15cca5ea4581f0aa2574762 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期二, 01 七月 2025 15:23:51 +0800 Subject: [PATCH] 初始化项目 --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 287fa5e..35d32c0 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,10 @@ <relativePath/> </parent> - <groupId>com.lunhan.xxx</groupId> - <artifactId>xxx-yyy</artifactId> + <groupId>com.lunhan.water</groupId> + <artifactId>water-ration</artifactId> <version>0.0.1-SNAPSHOT</version> - <name>xxx-yyy-service</name> + <name>water-ration-service</name> <description>The service which yyy of xxx project</description> <properties> -- Gitblit v1.9.3