Merge branch '5.0.1' of https://gitee.com/mingSoft/MCMS into 5.0.1

This commit is contained in:
sgjj 2020-05-09 17:26:22 +08:00
commit 0834087b9b
1 changed files with 18 additions and 4 deletions

22
pom.xml
View File

@ -5,13 +5,13 @@
<parent> <parent>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-pom</artifactId> <artifactId>ms-pom</artifactId>
<version>1.0.0</version> <version>1.0.0-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mcms</artifactId> <artifactId>ms-mcms</artifactId>
<version>5.0.0</version> <version>5.0.1-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name> <name>${project.groupId}:${project.artifactId}</name>
<description>ms-mcms tools Library</description> <description>ms-mcms tools Library</description>
<url>https://github.com/ming-soft/ms-mcms</url> <url>https://github.com/ming-soft/ms-mcms</url>
@ -51,6 +51,21 @@
<java.version>1.8</java.version> <java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </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> <dependencies>
<!-- 如果使用的是mysql8.0需要使用8.0的驱动 --> <!-- 如果使用的是mysql8.0需要使用8.0的驱动 -->
<!-- <dependency>--> <!-- <dependency>-->
@ -65,7 +80,6 @@
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
<version>1.0.23</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
@ -294,4 +308,4 @@
<finalName>ms-mcms</finalName> <finalName>ms-mcms</finalName>
</build> </build>
</project> </project>