pull/62/head
xieke 1 year ago
parent 60add07dae
commit 52a74f362b

@ -7,7 +7,7 @@
<version>2.4.2-SNAPSHOT</version> <version>2.4.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging> <packaging>pom</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>A distributed task scheduling framework.</description> <description>A distributed task scheduling framework.</description>
@ -60,5 +60,16 @@
</dependency> </dependency>
</dependencies> </dependencies>
<distributionManagement>
<repository>
<id>fdrepo</id>
<name>Release</name>
<url>https://public.hidotcom.cn/libabc/repository/fdrepo/</url>
</repository>
<snapshotRepository>
<id>fdrepo</id>
<name>Snapshot</name>
<url>https://public.hidotcom.cn/libabc/repository/fdrepo/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>
Loading…
Cancel
Save