chore: 更新版本号为 2.5.0-SNAPSHOT

This commit is contained in:
2024-02-16 19:31:59 +08:00
parent 2f0d5d6b63
commit 69355678b5
4 changed files with 42 additions and 32 deletions

14
pom.xml
View File

@@ -12,7 +12,7 @@
<parent>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<groupId>top.charles7c.continew</groupId>
@@ -32,7 +32,7 @@
<properties>
<!-- 项目版本号 -->
<revision>2.4.0</revision>
<revision>2.5.0-SNAPSHOT</revision>
</properties>
<!-- 全局依赖版本管理 -->
@@ -205,5 +205,15 @@
<name>AliYun Mirror</name>
<url>https://maven.aliyun.com/repository/public/</url>
</repository>
<!-- 快照仓库(仅在 ContiNew Admin 开发版使用,稳定版发布时会移除) -->
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<updatePolicy>always</updatePolicy>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>