Forráskód Böngészése

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

sgjj 5 éve
szülő
commit
0834087b9b
1 módosított fájl, 18 hozzáadás és 4 törlés
  1. 18 4
      pom.xml

+ 18 - 4
pom.xml

@@ -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>
@@ -294,4 +308,4 @@
 
 		<finalName>ms-mcms</finalName>
 	</build>
-</project>
+</project>