Parcourir la source

update pom.xml

macro il y a 5 ans
Parent
commit
ec720b051b
3 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 0
      mall-common/pom.xml
  2. 1 1
      mall-demo/pom.xml
  3. 1 1
      mall-portal/pom.xml

+ 1 - 0
mall-common/pom.xml

@@ -3,6 +3,7 @@
          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">
     <modelVersion>4.0.0</modelVersion>
+    
     <groupId>com.macro.mall</groupId>
     <artifactId>mall-common</artifactId>
     <version>1.0-SNAPSHOT</version>

+ 1 - 1
mall-demo/pom.xml

@@ -9,7 +9,7 @@
     <packaging>jar</packaging>
 
     <name>mall-demo</name>
-    <description>Demo project for Spring Boot</description>
+    <description>mall-demo for mall</description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+ 1 - 1
mall-portal/pom.xml

@@ -9,7 +9,7 @@
     <packaging>jar</packaging>
 
     <name>mall-portal</name>
-    <description>Demo project for Spring Boot</description>
+    <description>mall-portal project for mall</description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>