|
|
@@ -7,7 +7,7 @@
|
|
|
<groupId>org.springblade</groupId>
|
|
|
<artifactId>BladeX-Boot</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
- <version>2.3.0.RELEASE</version>
|
|
|
+ <version>2.3.1.RELEASE</version>
|
|
|
|
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
|
@@ -225,7 +225,7 @@
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>aliyun-repos</id>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
+ <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
<snapshots>
|
|
|
<enabled>false</enabled>
|
|
|
</snapshots>
|
|
|
@@ -240,7 +240,7 @@
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
|
|
<id>aliyun-plugin</id>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
+ <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
<snapshots>
|
|
|
<enabled>false</enabled>
|
|
|
</snapshots>
|