修复:修正版本号

This commit is contained in:
Charles7c 2023-03-30 21:08:00 +08:00
parent 114333361c
commit 9217f5079f
9 changed files with 19 additions and 6 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/tree/1.0.x" target="_blank">
<img src="https://img.shields.io/badge/Release-v1.0.0-%23ff3f59.svg" alt="Release" />
<img src="https://img.shields.io/badge/SNAPSHOT-v1.1.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" />
@ -115,7 +115,8 @@ continew-admin # 全局通用项目配置及依赖版本管理
│ │ └─ ContinewAdminApplication.java # 启动入口
│ └─ resources # 工程配置目录
│ ├─ db.changelog # 数据库脚本文件
│ │ └─ v1.0.0 # v1.0.0 版本数据库脚本文件
│ │ ├─ v1.0.0 # v1.0.0 版本数据库脚本文件
│ │ └─ v1.1.0 # v1.1.0 版本数据库脚本文件
│ └─ templates # 模板文件
│ └─ mail # 邮件模板
├─ continew-admin-monitor # 系统监控模块(存放系统监控模块相关功能,例如:日志管理、服务监控等)

View File

@ -1,7 +1,7 @@
{
"name": "continew-admin-ui",
"description": "ContiNew Admin 中后台管理框架Continue New Admin持续以最新流行技术栈构建拥抱变化迭代优化。",
"version": "1.0.1-SNAPSHOT",
"version": "1.1.0-SNAPSHOT",
"private": true,
"author": "Charles7c",
"license": "Apache-2.0",

View File

@ -4,7 +4,7 @@
<a href="https://blog.charles7c.top/about/me" target="_blank" rel="noopenner noreferrer">Charles7c</a>
<span>&nbsp;&nbsp;</span>
<a href="https://github.com/Charles7c/continew-admin" target="_blank" rel="noopenner noreferrer">{{ $t('title') }}</a>&nbsp;
v1.0.0
v1.1.0-SNAPSHOT
<span>&nbsp;&nbsp;</span>
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopenner noreferrer">津ICP备2022005864号-2</a>
</a-layout-footer>

View File

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

View File

@ -5,3 +5,9 @@ databaseChangeLog:
file: db/changelog/v1.0.0/continew-admin_column.sql
- include:
file: db/changelog/v1.0.0/continew-admin_data.sql
- include:
file: db/changelog/v1.1.0/continew-admin_table.sql
- include:
file: db/changelog/v1.1.0/continew-admin_column.sql
- include:
file: db/changelog/v1.1.0/continew-admin_data.sql

View File

@ -0,0 +1,2 @@
-- liquibase formatted sql

View File

@ -0,0 +1,2 @@
-- liquibase formatted sql

View File

@ -0,0 +1,2 @@
-- liquibase formatted sql

View File

@ -59,7 +59,7 @@ limitations under the License.
<hutool.version>5.8.16</hutool.version>
<!-- ### 基础环境相关 ### -->
<revision>1.0.1-SNAPSHOT</revision>
<revision>1.1.0-SNAPSHOT</revision>
<java.version>1.8</java.version>
<spotless.version>2.28.0</spotless.version>
<maven.compiler.source>8</maven.compiler.source>