Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
14c2f33c
Commit
14c2f33c
authored
Feb 11, 2020
by
qwmqiuwenmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom修改
parent
dcdb9111
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
17 deletions
+17
-17
pom.xml
haoban-manage3-api/pom.xml
+3
-3
pom.xml
haoban-manage3-service/pom.xml
+5
-5
pom.xml
haoban-manage3-web/pom.xml
+4
-4
pom.xml
haoban-manage3-wx/pom.xml
+4
-4
pom.xml
pom.xml
+1
-1
No files found.
haoban-manage3-api/pom.xml
View file @
14c2f33c
...
@@ -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-manage
3
-api
</artifactId>
<version>
${libraryVersion}
</version>
<version>
${libraryVersion}
</version>
<name>
haoban-manage-api
</name>
<name>
haoban-manage
3
-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-manage
3
-api
</finalName>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
haoban-manage3-service/pom.xml
View file @
14c2f33c
...
@@ -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-manage
3
-service
</artifactId>
<version>
${libraryVersion}
</version>
<version>
${libraryVersion}
</version>
<name>
haoban-manage-service
</name>
<name>
haoban-manage
3
-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-manage
3
-api
</artifactId>
<version>
${haoban-manage-api}
</version>
<version>
${haoban-manage
3
-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-manage
3
-service
</finalName>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
haoban-manage3-web/pom.xml
View file @
14c2f33c
...
@@ -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-manage
3
-web
</artifactId>
<version>
${libraryVersion}
</version>
<version>
${libraryVersion}
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<name>
haoban-manage-web Maven Webapp
</name>
<name>
haoban-manage
3
-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-manage
3
-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-manage
3
-web
</finalName>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
haoban-manage3-wx/pom.xml
View file @
14c2f33c
...
@@ -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-manage
3-wx
</artifactId>
<version>
${libraryVersion}
</version>
<version>
${libraryVersion}
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<name>
haoban-manage
-web
Maven Webapp
</name>
<name>
haoban-manage
3-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-manage
3
-api
</artifactId>
<version>
${haoban-manage-api}
</version>
<version>
${haoban-manage
3
-api}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
pom.xml
View file @
14c2f33c
...
@@ -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-manage
3
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
3.0-SNAPSHOT
</version>
<version>
3.0-SNAPSHOT
</version>
<modules>
<modules>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment