diff --git a/README.md b/README.md
index b16c8794..6edd757b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-
+
@@ -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
+
+