发布1.3.0-beta1.1

This commit is contained in:
dhb52 2025-01-12 23:20:07 +08:00
parent 0e45a51fd6
commit 384007f7ff

10
pom.xml
View File

@ -9,15 +9,15 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>example1</artifactId>
<groupId>com.opensnail</groupId>
<artifactId>snailjob-demo</artifactId>
<version>1.0.0</version>
<name>example</name>
<description>Demo project for Spring Boot</description>
<name>SnailJob-Demo</name>
<description>Demo project for SnailJob</description>
<properties>
<java.version>17</java.version>
<snailjob.version>1.3.0-beta1</snailjob.version>
<snailjob.version>1.3.0-beta1.1</snailjob.version>
</properties>
<dependencies>