@ -1,5 +1,5 @@
#
# XXL-JOB v2.1.0
# XXL-JOB v2.1.1-SNAPSHOT
# Copyright (c) 2015-present, xuxueli.
CREATE database if NOT EXISTS `xxl_job` default character set utf8 collate utf8_general_ci;
@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@ -4,7 +4,7 @@
<parent>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>jar</packaging>
@ -1,6 +1,6 @@
admin_name=任务调度中心
admin_name_full=分布式任务调度平台XXL-JOB
admin_version=2.1.0
admin_version=2.1.1-SNAPSHOT
## system
system_tips=系统提示
admin_name=Scheduling Center
admin_name_full=Distributed Task Scheduling Platform XXL-JOB
system_tips=System message
<artifactId>xxl-job-core</artifactId>
@ -5,7 +5,7 @@
<artifactId>xxl-job-executor-samples</artifactId>
@ -6,7 +6,7 @@
<artifactId>xxl-job-executor-sample-frameless</artifactId>
<artifactId>xxl-job-executor-sample-jboot</artifactId>
<artifactId>xxl-job-executor-sample-jfinal</artifactId>
<artifactId>xxl-job-executor-sample-nutz</artifactId>
<artifactId>xxl-job-executor-sample-spring</artifactId>
<packaging>war</packaging>
<artifactId>xxl-job-executor-sample-springboot</artifactId>