From 75d627b47d8a7385aa69284ad4fa32c403d42a00 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Tue, 2 Jan 2024 22:32:26 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- continew-admin-webapi/src/main/resources/banner.txt | 2 +- .../src/main/resources/config/application.yml | 2 +- pom.xml | 13 +++++++++++-- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b16c8794..6edd757b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ License -Release +Release GitHub stars @@ -36,10 +36,10 @@ ContiNew Admin (Continue New Admin)中后台管理框架/脚手架,持续 ## 项目源码 -| 开源平台 | 后端源码地址 | 前端源码地址 | -| ------------- | ------------------------------------------- | ---------------------------------------------- | -| GitHub | https://github.com/Charles7c/continew-admin | https://github.com/Charles7c/continew-admin-ui | -| Gitee(码云) | https://gitee.com/Charles7c/continew-admin | https://gitee.com/Charles7c/continew-admin-ui | +| | 后端源码 | 前端源码 | +|--------| ----------------------------------------- | -------------------------------------------- | +| GitHub | https://github.com/Charles7c/continew-admin | https://github.com/Charles7c/continew-admin-ui | +| Gitee | https://gitee.com/Charles7c/continew-admin | https://gitee.com/Charles7c/continew-admin-ui | ## 主要特性 diff --git a/continew-admin-webapi/src/main/resources/banner.txt b/continew-admin-webapi/src/main/resources/banner.txt index 23de15bc..7ded1be8 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.1.0 + :: ContiNew Starter :: v1.1.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 7a270277..16b98021 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.2.0 + version: 2.3.0-SNAPSHOT # 描述 description: ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。 # 基本包 diff --git a/pom.xml b/pom.xml index 739b4a52..0e39e095 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ top.charles7c.continew continew-starter - 1.1.0 + 1.1.1-SNAPSHOT top.charles7c.continew @@ -33,7 +33,7 @@ - 2.2.0 + 2.3.0-SNAPSHOT 2.40.0 @@ -147,6 +147,15 @@ true + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + always + true + +