|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
|
<artifactId>xxl-job</artifactId>
|
|
|
|
|
<version>2.4.2-SNAPSHOT</version>
|
|
|
|
|
<version>2.4.2</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
@ -76,6 +76,12 @@
|
|
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
<id>release</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
<modules>
|
|
|
|
|
<module>xxl-job-core</module>
|
|
|
|
|
</modules>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<!-- Source -->
|
|
|
|
|