diff --git a/README.md b/README.md index aa153caa..a26eb775 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ License -Release +Release Codacy Badge @@ -13,7 +13,7 @@ Sonar Status -ContiNew Starter +ContiNew Starter Spring Boot diff --git a/continew-admin-webapi/src/main/resources/banner.txt b/continew-admin-webapi/src/main/resources/banner.txt index d3d26730..830ed3ca 100644 --- a/continew-admin-webapi/src/main/resources/banner.txt +++ b/continew-admin-webapi/src/main/resources/banner.txt @@ -5,5 +5,5 @@ \____|\___/ |_| |_| \__||_||_| \_| \___| \_/\_/ /_/ \_\\__,_||_| |_| |_||_||_| |_| :: ${project.name} :: v${project.version} - :: ContiNew Starter :: v1.5.1 + :: ContiNew Starter :: v2.0.0-SNAPSHOT :: Spring Boot :: v${spring-boot.version} diff --git a/continew-admin-webapi/src/main/resources/config/application.yml b/continew-admin-webapi/src/main/resources/config/application.yml index 90a752e5..4173eb14 100644 --- a/continew-admin-webapi/src/main/resources/config/application.yml +++ b/continew-admin-webapi/src/main/resources/config/application.yml @@ -5,7 +5,7 @@ project: # 应用名称 app-name: continew-admin # 版本 - version: 2.5.0 + version: 3.0.0-SNAPSHOT # 描述 description: 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。 # 基本包 diff --git a/pom.xml b/pom.xml index 6665f680..b90f4d50 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ top.charles7c.continew continew-starter - 1.5.1 + 2.0.0-SNAPSHOT top.charles7c.continew @@ -32,7 +32,7 @@ - 2.5.0 + 3.0.0-SNAPSHOT @@ -205,6 +205,16 @@ AliYun Mirror https://maven.aliyun.com/repository/public/ + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + always + true + +