mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 19:00:53 +08:00
修复:修正版本号
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ContiNew Admin 中后台管理框架
|
||||
|
||||
[](https://github.com/Charles7c/continew-admin/blob/dev/LICENSE)
|
||||

|
||||

|
||||
[](https://github.com/Charles7c/continew-admin)
|
||||
[](https://github.com/Charles7c/continew-admin)
|
||||
[](https://gitee.com/Charles7c/continew-admin)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "continew-admin-ui",
|
||||
"description": "ContiNew Admin 中后台管理框架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1-SNAPSHOT",
|
||||
"private": true,
|
||||
"author": "Charles7c",
|
||||
"license": "Apache-2.0",
|
||||
|
@@ -5,7 +5,7 @@ continew-admin:
|
||||
# 应用名称
|
||||
appName: continew-admin
|
||||
# 版本
|
||||
version: 1.0.0
|
||||
version: 1.0.1-SNAPSHOT
|
||||
# 描述
|
||||
description: ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。
|
||||
# URL
|
||||
|
2
pom.xml
2
pom.xml
@@ -59,7 +59,7 @@ limitations under the License.
|
||||
<hutool.version>5.8.11</hutool.version>
|
||||
|
||||
<!-- ### 基础环境相关 ### -->
|
||||
<revision>1.0.0</revision>
|
||||
<revision>1.0.1-SNAPSHOT</revision>
|
||||
<java.version>1.8</java.version>
|
||||
<spotless.version>2.28.0</spotless.version>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
|
Reference in New Issue
Block a user