diff --git a/pom.xml b/pom.xml index 7805cb52..88808c95 100644 --- a/pom.xml +++ b/pom.xml @@ -1,129 +1,129 @@ - 4.0.0 - com.xuxueli - xxl-job - 2.5.0 - pom + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + com.xuxueli + xxl-job + 2.5.0 + pom - ${project.artifactId} - A distributed task scheduling framework. - https://www.xuxueli.com/ + ${project.artifactId} + A distributed task scheduling framework. + https://www.xuxueli.com/ - - xxl-job-core - xxl-job-admin - xxl-job-executor-samples + + xxl-job-core + xxl-job-admin + xxl-job-executor-samples - - - UTF-8 - UTF-8 - UTF-8 - 1.8 - 1.8 - true - - 3.3.1 - 3.11.2 - 3.2.7 - - 2.0.16 - 5.11.4 - 1.3.2 - - 4.1.116.Final - 2.11.0 - - 5.3.39 - 2.7.18 - - 2.3.2 - 9.1.0 - - 4.0.24 - + + + UTF-8 + UTF-8 + UTF-8 + 1.8 + 1.8 + true + + 3.3.1 + 3.11.2 + 3.2.7 + + 2.0.16 + 5.11.4 + 1.3.2 + + 4.1.116.Final + 2.11.0 + + 5.3.39 + 2.7.18 + + 2.3.2 + 9.1.0 + + 4.0.24 + - - - - + + + + - - - GNU General Public License version 3 - https://opensource.org/licenses/GPL-3.0 - - + + + GNU General Public License version 3 + https://opensource.org/licenses/GPL-3.0 + + - - master - https://github.com/xuxueli/xxl-job.git - scm:git:https://github.com/xuxueli/xxl-job.git - scm:git:git@github.com:xuxueli/xxl-job.git - - - - XXL - xuxueli - 931591021@qq.com - https://github.com/xuxueli - - + + master + https://github.com/xuxueli/xxl-job.git + scm:git:https://github.com/xuxueli/xxl-job.git + scm:git:git@github.com:xuxueli/xxl-job.git + + + + XXL + xuxueli + 931591021@qq.com + https://github.com/xuxueli + + - + - - release - - true - - - xxl-job-core - - - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - package - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - package - - jar - - - none - - - - - + + release + + true + + + xxl-job-core + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + package + + jar + + + none + + + + + org.apache.maven.plugins maven-gpg-plugin ${maven-gpg-plugin.version} - - false - + + false + verify @@ -133,19 +133,18 @@ - - - - - oss - https://oss.sonatype.org/content/repositories/snapshots/ - - - oss - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - + + + + + oss + https://oss.sonatype.org/content/repositories/snapshots/ + + + oss + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + \ No newline at end of file diff --git a/xxl-job-admin/buildDocker.sh b/xxl-job-admin/buildDocker.sh new file mode 100644 index 00000000..93e5e54d --- /dev/null +++ b/xxl-job-admin/buildDocker.sh @@ -0,0 +1 @@ +docker build -t yfp-acr-registry.cn-beijing.cr.aliyuncs.com/cssyq/qyd/xxl-job:2.5.1 . \ No newline at end of file diff --git a/xxl-job-admin/pom.xml b/xxl-job-admin/pom.xml index 16b36523..6faaa053 100644 --- a/xxl-job-admin/pom.xml +++ b/xxl-job-admin/pom.xml @@ -1,119 +1,126 @@ - 4.0.0 - - com.xuxueli - xxl-job - 2.5.0 - - xxl-job-admin - jar + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + com.xuxueli + xxl-job + 2.5.0 + + xxl-job-admin + jar - - true - + + true + - - - - org.springframework.boot - spring-boot-starter-parent - ${spring-boot.version} - pom - import - - - + + + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + + + org.springframework.boot + spring-boot-starter-parent + ${spring-boot.version} + pom + import + + + - + - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-test - test - + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + - - - org.springframework.boot - spring-boot-starter-freemarker - + + + org.springframework.boot + spring-boot-starter-freemarker + - - - org.springframework.boot - spring-boot-starter-mail - + + + org.springframework.boot + spring-boot-starter-mail + - - - org.springframework.boot - spring-boot-starter-actuator - + + + org.springframework.boot + spring-boot-starter-actuator + - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - ${mybatis-spring-boot-starter.version} - - - - com.mysql - mysql-connector-j - ${mysql-connector-j.version} - + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis-spring-boot-starter.version} + + + + com.mysql + mysql-connector-j + ${mysql-connector-j.version} + - - - com.xuxueli - xxl-job-core - ${project.parent.version} - + + + com.xuxueli + xxl-job-core + ${project.parent.version} + - + - - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - - repackage - - - - + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + - - + + - - + +