release: v1.0.0

This commit is contained in:
2023-03-26 21:10:30 +08:00
parent 8a843ad94c
commit 405d40e19d
15 changed files with 90 additions and 29 deletions

View File

@@ -25,7 +25,7 @@ limitations under the License.
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Admin 中后台管理框架(孵化中)Continue New Admin持续以最新流行技术栈构建。</description>
<description>ContiNew Admin 中后台管理框架/脚手架Continue New Admin持续以最新流行技术栈构建,拥抱变化,迭代优化</description>
<url>https://github.com/Charles7c/continew-admin</url>
<modules>
@@ -59,7 +59,7 @@ limitations under the License.
<hutool.version>5.8.11</hutool.version>
<!-- ### 基础环境相关 ### -->
<revision>0.0.1-SNAPSHOT</revision>
<revision>1.0.0</revision>
<java.version>1.8</java.version>
<spotless.version>2.28.0</spotless.version>
<maven.compiler.source>8</maven.compiler.source>