Commit 14c2f33c by qwmqiuwenmin

pom修改

parent dcdb9111
......@@ -9,10 +9,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>haoban-manage-api</artifactId>
<artifactId>haoban-manage3-api</artifactId>
<version>${libraryVersion}</version>
<name>haoban-manage-api</name>
<name>haoban-manage3-api</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
......@@ -55,7 +55,7 @@
</dependencies>
<build>
<finalName>haoban-manage-api</finalName>
<finalName>haoban-manage3-api</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
......@@ -9,10 +9,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>haoban-manage-service</artifactId>
<artifactId>haoban-manage3-service</artifactId>
<version>${libraryVersion}</version>
<name>haoban-manage-service</name>
<name>haoban-manage3-service</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
......@@ -56,8 +56,8 @@
</dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>haoban-manage-api</artifactId>
<version>${haoban-manage-api}</version>
<artifactId>haoban-manage3-api</artifactId>
<version>${haoban-manage3-api}</version>
</dependency>
<dependency>
<groupId>com.gic</groupId>
......@@ -84,7 +84,7 @@
</dependencies>
<build>
<finalName>haoban-manage-service</finalName>
<finalName>haoban-manage3-service</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
......@@ -9,11 +9,11 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>haoban-manage-web</artifactId>
<artifactId>haoban-manage3-web</artifactId>
<version>${libraryVersion}</version>
<packaging>war</packaging>
<name>haoban-manage-web Maven Webapp</name>
<name>haoban-manage3-web Maven Webapp</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
......@@ -118,7 +118,7 @@
</dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>haoban-manage-api</artifactId>
<artifactId>haoban-manage3-api</artifactId>
<version>${haoban-manage-api}</version>
</dependency>
......@@ -212,7 +212,7 @@
</dependencies>
<build>
<finalName>haoban-manage-web</finalName>
<finalName>haoban-manage3-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
......@@ -9,11 +9,11 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>haoban-manage-web</artifactId>
<artifactId>haoban-manage3-wx</artifactId>
<version>${libraryVersion}</version>
<packaging>war</packaging>
<name>haoban-manage-web Maven Webapp</name>
<name>haoban-manage3-wx Maven Webapp</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
......@@ -118,8 +118,8 @@
</dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>haoban-manage-api</artifactId>
<version>${haoban-manage-api}</version>
<artifactId>haoban-manage3-api</artifactId>
<version>${haoban-manage3-api}</version>
</dependency>
<dependency>
......
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gic</groupId>
<artifactId>haoban-manage</artifactId>
<artifactId>haoban-manage3</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<modules>
......
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