Browse Source

:tada: 2.3.1.RELEASE

smallchill 6 years ago
parent
commit
cd395d851c
3 changed files with 5 additions and 5 deletions
  1. 3 3
      pom.xml
  2. 1 1
      src/main/resources/application.yml
  3. 1 1
      src/test/resources/application.yml

+ 3 - 3
pom.xml

@@ -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>

+ 1 - 1
src/main/resources/application.yml

@@ -73,7 +73,7 @@ mybatis-plus:
 swagger:
   title: BladeX 接口文档系统
   description: BladeX 接口文档系统
-  version: 2.3.0.RELEASE
+  version: 2.3.1.RELEASE
   license: Powered By BladeX
   license-url: https://bladex.vip
   terms-of-service-url: https://bladex.vip

+ 1 - 1
src/test/resources/application.yml

@@ -73,7 +73,7 @@ mybatis-plus:
 swagger:
   title: BladeX 接口文档系统
   description: BladeX 接口文档系统
-  version: 2.3.0.RELEASE
+  version: 2.3.1.RELEASE
   license: Powered By BladeX
   license-url: https://bladex.vip
   terms-of-service-url: https://bladex.vip