From c021feb48d1ba441e6d4d55f60347cf7a199736c Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sun, 24 Mar 2024 16:31:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA=203.0.0-SNAPSHOT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- .../src/main/resources/banner.txt | 2 +- .../src/main/resources/config/application.yml | 2 +- pom.xml | 14 ++++++++++++-- 4 files changed, 16 insertions(+), 6 deletions(-) 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 + +