Commit 14c2f33c by qwmqiuwenmin

pom修改

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