发布SnailJob 1.0.0-beta1

This commit is contained in:
byteblogs168 2024-05-15 23:35:29 +08:00
parent 882b157534
commit 46ad893760

View File

@ -44,17 +44,17 @@
<dependency> <dependency>
<groupId>com.aizuda</groupId> <groupId>com.aizuda</groupId>
<artifactId>snail-job-client-starter</artifactId> <artifactId>snail-job-client-starter</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-beta1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.aizuda</groupId> <groupId>com.aizuda</groupId>
<artifactId>snail-job-client-retry-core</artifactId> <artifactId>snail-job-client-retry-core</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-beta1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.aizuda</groupId> <groupId>com.aizuda</groupId>
<artifactId>snail-job-client-job-core</artifactId> <artifactId>snail-job-client-job-core</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-beta1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.googlecode.aviator</groupId> <groupId>com.googlecode.aviator</groupId>