chore: 1.1.0-SNAPSHOT => 2.0.0-SNAPSHOT
This commit is contained in:
parent
9217f5079f
commit
65401d0219
@ -4,7 +4,7 @@
|
|||||||
<img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License" />
|
<img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/Charles7c/continew-admin/tree/1.0.x" target="_blank">
|
<a href="https://github.com/Charles7c/continew-admin/tree/1.0.x" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/SNAPSHOT-v1.1.0-%23ff3f59.svg" alt="Release" />
|
<img src="https://img.shields.io/badge/SNAPSHOT-v2.0.0-%23ff3f59.svg" alt="Release" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/Charles7c/continew-admin" target="_blank">
|
<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" />
|
<img src="https://img.shields.io/github/stars/Charles7c/continew-admin?style=social" alt="GitHub stars" />
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "continew-admin-ui",
|
"name": "continew-admin-ui",
|
||||||
"description": "ContiNew Admin 中后台管理框架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。",
|
"description": "ContiNew Admin 中后台管理框架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。",
|
||||||
"version": "1.1.0-SNAPSHOT",
|
"version": "2.0.0-SNAPSHOT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Charles7c",
|
"author": "Charles7c",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<a href="https://blog.charles7c.top/about/me" target="_blank" rel="noopenner noreferrer">Charles7c</a>
|
<a href="https://blog.charles7c.top/about/me" target="_blank" rel="noopenner noreferrer">Charles7c</a>
|
||||||
<span> ⋅ </span>
|
<span> ⋅ </span>
|
||||||
<a href="https://github.com/Charles7c/continew-admin" target="_blank" rel="noopenner noreferrer">{{ $t('title') }}</a>
|
<a href="https://github.com/Charles7c/continew-admin" target="_blank" rel="noopenner noreferrer">{{ $t('title') }}</a>
|
||||||
v1.1.0-SNAPSHOT
|
v2.0.0-SNAPSHOT
|
||||||
<span> ⋅ </span>
|
<span> ⋅ </span>
|
||||||
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopenner noreferrer">津ICP备2022005864号-2</a>
|
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopenner noreferrer">津ICP备2022005864号-2</a>
|
||||||
</a-layout-footer>
|
</a-layout-footer>
|
||||||
|
@ -5,7 +5,7 @@ continew-admin:
|
|||||||
# 应用名称
|
# 应用名称
|
||||||
appName: continew-admin
|
appName: continew-admin
|
||||||
# 版本
|
# 版本
|
||||||
version: 1.1.0-SNAPSHOT
|
version: 2.0.0-SNAPSHOT
|
||||||
# 描述
|
# 描述
|
||||||
description: ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。
|
description: ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。
|
||||||
# URL
|
# URL
|
||||||
|
2
pom.xml
2
pom.xml
@ -59,7 +59,7 @@ limitations under the License.
|
|||||||
<hutool.version>5.8.16</hutool.version>
|
<hutool.version>5.8.16</hutool.version>
|
||||||
|
|
||||||
<!-- ### 基础环境相关 ### -->
|
<!-- ### 基础环境相关 ### -->
|
||||||
<revision>1.1.0-SNAPSHOT</revision>
|
<revision>2.0.0-SNAPSHOT</revision>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<spotless.version>2.28.0</spotless.version>
|
<spotless.version>2.28.0</spotless.version>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
Loading…
Reference in New Issue
Block a user