Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
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
西魏
cms_sys
Commits
0834087b
Commit
0834087b
authored
May 09, 2020
by
sgjj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '5.0.1' of
https://gitee.com/mingSoft/MCMS
into 5.0.1
parents
f70d5f26
e01cc46c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
pom.xml
pom.xml
+17
-3
No files found.
pom.xml
View file @
0834087b
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-pom
</artifactId>
<version>
1.0.0
</version>
<version>
1.0.0
-SNAPSHOT
</version>
<relativePath/>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mcms
</artifactId>
<version>
5.0.
0
</version>
<version>
5.0.
1-SNAPSHOT
</version>
<name>
${project.groupId}:${project.artifactId}
</name>
<description>
ms-mcms tools Library
</description>
<url>
https://github.com/ming-soft/ms-mcms
</url>
...
...
@@ -51,6 +51,21 @@
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<repositories>
<!--阿里云中央仓库-->
<repository>
<id>
maven-ali
</id>
<url>
http://maven.aliyun.com/nexus/content/groups/public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
<updatePolicy>
always
</updatePolicy>
<checksumPolicy>
fail
</checksumPolicy>
</snapshots>
</repository>
</repositories>
<dependencies>
<!-- 如果使用的是mysql8.0需要使用8.0的驱动 -->
<!-- <dependency>-->
...
...
@@ -65,7 +80,6 @@
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
<version>
1.0.23
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
...
...
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