File tree 3 files changed +3
-3
lines changed
continew-admin-webapi/src/main/resources
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " continew-admin-ui" ,
3
3
"description" : " ContiNew Admin 中后台管理框架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1-SNAPSHOT " ,
5
5
"private" : true ,
6
6
"author" : " Charles7c" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ continew-admin:
5
5
# 应用名称
6
6
appName : continew-admin
7
7
# 版本
8
- version : 1.0.0
8
+ version : 1.0.1-SNAPSHOT
9
9
# 描述
10
10
description : ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。
11
11
# URL
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ limitations under the License.
59
59
<hutool .version>5.8.16</hutool .version>
60
60
61
61
<!-- ### 基础环境相关 ### -->
62
- <revision >1.0.0 </revision >
62
+ <revision >1.0.1-SNAPSHOT </revision >
63
63
<java .version>1.8</java .version>
64
64
<spotless .version>2.28.0</spotless .version>
65
65
<maven .compiler.source>8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments