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

修改一幕各个模块的jar名

parent 13574fbd
......@@ -3,13 +3,13 @@
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>fzm-mall</artifactId>
<artifactId>fzm-yimu</artifactId>
<groupId>com.fzm.mall</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mall-customer-service</artifactId>
<artifactId>yimu-customer-service</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
......
......@@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fzm.mall</groupId>
<artifactId>fzm-mall</artifactId>
<artifactId>fzm-yimu</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>mall-server-admin</artifactId>
<name>mall-server-admin</name>
<artifactId>yimu-server-admin</artifactId>
<name>yimu-server-admin</name>
<description>商城管理后台服务端</description>
<dependencies>
......
......@@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fzm.mall</groupId>
<artifactId>fzm-mall</artifactId>
<artifactId>fzm-yimu</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>mall-server-front</artifactId>
<name>mall-server-front</name>
<artifactId>yimu-server-front</artifactId>
<name>yimu-server-front</name>
<description>商城前台服务端</description>
<dependencies>
......
......@@ -12,7 +12,7 @@
</parent>
<groupId>com.fzm.mall</groupId>
<artifactId>fzm-mall</artifactId>
<artifactId>fzm-yimu</artifactId>
<version>1.0.0</version>
<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