chore: 更新版本号

This commit is contained in:
Charles7c 2024-01-02 22:32:26 +08:00
parent 4067eb97bf
commit 75d627b47d
4 changed files with 18 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License" />
</a>
<a href="https://github.com/Charles7c/continew-admin" target="_blank">
<img src="https://img.shields.io/badge/RELEASE-v2.2.0-%23ff3f59.svg" alt="Release" />
<img src="https://img.shields.io/badge/SNAPSHOT-v2.3.0-%23ff3f59.svg" alt="Release" />
</a>
<a href="https://github.com/Charles7c/continew-admin" target="_blank">
<img src="https://img.shields.io/github/stars/Charles7c/continew-admin?style=social" alt="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 |
## 主要特性

View File

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

View File

@ -5,7 +5,7 @@ project:
# 应用名称
app-name: continew-admin
# 版本
version: 2.2.0
version: 2.3.0-SNAPSHOT
# 描述
description: ContiNew Admin 中后台管理框架/脚手架Continue New Admin持续以最新流行技术栈构建拥抱变化迭代优化。
# 基本包

13
pom.xml
View File

@ -12,7 +12,7 @@
<parent>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<groupId>top.charles7c.continew</groupId>
@ -33,7 +33,7 @@
</modules>
<properties>
<revision>2.2.0</revision>
<revision>2.3.0-SNAPSHOT</revision>
<!-- Maven Plugin Versions -->
<spotless.version>2.40.0</spotless.version>
</properties>
@ -147,6 +147,15 @@
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<updatePolicy>always</updatePolicy>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>