Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
b25cf53c
Commit
b25cf53c
authored
Jun 19, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pom文件
parent
ae67df54
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
18 deletions
+12
-18
pom.xml
xx-campsite/pom.xml
+5
-4
pom.xml
xx-campsite/xx-campsite-api/pom.xml
+3
-5
pom.xml
xx-campsite/xx-campsite-server/pom.xml
+4
-9
No files found.
xx-campsite/pom.xml
View file @
b25cf53c
...
@@ -7,12 +7,13 @@
...
@@ -7,12 +7,13 @@
<groupId>
com.github.wxiaoqi
</groupId>
<groupId>
com.github.wxiaoqi
</groupId>
<version>
2.0-SNAPSHOT
</version>
<version>
2.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xxfc.platform
</groupId>
<artifactId>
xx-campsite
</artifactId>
<packaging>
pom
</packaging>
<modules>
<modules>
<module>
xx-campsite-api
</module>
<module>
xx-campsite-api
</module>
<module>
xx-campsite-server
</module>
<module>
xx-campsite-server
</module>
</modules>
</modules>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<artifactId>
xx-campsite
</artifactId>
</project>
</project>
\ No newline at end of file
xx-campsite/xx-campsite-api/pom.xml
View file @
b25cf53c
...
@@ -3,15 +3,13 @@
...
@@ -3,15 +3,13 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
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"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<
artifactId>
xx-campsite
</artifact
Id>
<
groupId>
com.xxfc.common
</group
Id>
<
groupId>
com.github.wxiaoqi
</group
Id>
<
artifactId>
xx-common-platform
</artifact
Id>
<version>
2.0-SNAPSHOT
</version>
<version>
2.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xxfc.platform
</groupId>
<artifactId>
xx-campsite-api
</artifactId>
<artifactId>
xx-campsite-api
</artifactId>
<name>
xx-campsite-api
</name>
<description>
The xxfc campsite api
</description>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.github.wxiaoqi
</groupId>
<groupId>
com.github.wxiaoqi
</groupId>
...
...
xx-campsite/xx-campsite-server/pom.xml
View file @
b25cf53c
...
@@ -3,26 +3,21 @@
...
@@ -3,26 +3,21 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
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"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<
artifactId>
xx-campsite
</artifact
Id>
<
groupId>
com.xxfc.common
</group
Id>
<
groupId>
com.github.wxiaoqi
</group
Id>
<
artifactId>
xx-common-platform-web
</artifact
Id>
<version>
2.0-SNAPSHOT
</version>
<version>
2.0-SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xxfc.platform
</groupId>
<artifactId>
xx-campsite-server
</artifactId>
<artifactId>
xx-campsite-server
</artifactId>
<name>
xx-campsite-server
</name>
<description>
the xxfc travel Campsite
</description>
<description>
the xxfc travel Campsite
</description>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.
github.wxiaoqi
</groupId>
<groupId>
com.
xxfc.platform
</groupId>
<artifactId>
xx-campsite-api
</artifactId>
<artifactId>
xx-campsite-api
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
2.0-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.xxfc.common
</groupId>
<artifactId>
xx-common-platform-web
</artifactId>
<version>
2.0-SNAPSHOT
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
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