Commit db3f3bf9 authored by wlx@33.cn's avatar wlx@33.cn

修改一幕各个模块的jar名

parent 13574fbd
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>fzm-mall</artifactId> <artifactId>fzm-yimu</artifactId>
<groupId>com.fzm.mall</groupId> <groupId>com.fzm.mall</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>mall-customer-service</artifactId> <artifactId>yimu-customer-service</artifactId>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.fzm.mall</groupId> <groupId>com.fzm.mall</groupId>
<artifactId>fzm-mall</artifactId> <artifactId>fzm-yimu</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>mall-server-admin</artifactId> <artifactId>yimu-server-admin</artifactId>
<name>mall-server-admin</name> <name>yimu-server-admin</name>
<description>商城管理后台服务端</description> <description>商城管理后台服务端</description>
<dependencies> <dependencies>
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.fzm.mall</groupId> <groupId>com.fzm.mall</groupId>
<artifactId>fzm-mall</artifactId> <artifactId>fzm-yimu</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>mall-server-front</artifactId> <artifactId>yimu-server-front</artifactId>
<name>mall-server-front</name> <name>yimu-server-front</name>
<description>商城前台服务端</description> <description>商城前台服务端</description>
<dependencies> <dependencies>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</parent> </parent>
<groupId>com.fzm.mall</groupId> <groupId>com.fzm.mall</groupId>
<artifactId>fzm-mall</artifactId> <artifactId>fzm-yimu</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment