upgrade version

master
xuxueli 5 years ago
parent a0b4275c94
commit 02548b77bc
  1. 2
      pom.xml
  2. 2
      xxl-job-admin/pom.xml
  3. 2
      xxl-job-admin/src/main/resources/i18n/message.properties
  4. 2
      xxl-job-admin/src/main/resources/i18n/message_en.properties
  5. 2
      xxl-job-core/pom.xml
  6. 2
      xxl-job-executor-samples/pom.xml
  7. 2
      xxl-job-executor-samples/xxl-job-executor-sample-frameless/pom.xml
  8. 4
      xxl-job-executor-samples/xxl-job-executor-sample-jfinal/pom.xml
  9. 2
      xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
  10. 2
      xxl-job-executor-samples/xxl-job-executor-sample-spring/pom.xml
  11. 2
      xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>jar</packaging>

@ -1,6 +1,6 @@
admin_name=任务调度中心
admin_name_full=分布式任务调度平台XXL-JOB
admin_version=2.0.2
admin_version=2.1.0-SNAPSHOT
## system
system_tips=系统提示

@ -1,6 +1,6 @@
admin_name=Scheduling Center
admin_name_full=Distributed Task Scheduling Platform XXL-JOB
admin_version=2.0.2
admin_version=2.1.0-SNAPSHOT
## system
system_tips=System message

@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging>

@ -5,7 +5,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-executor-samples</artifactId>
<packaging>pom</packaging>

@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-executor-sample-frameless</artifactId>
<packaging>jar</packaging>

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>xxl-job-executor-samples</artifactId>
<groupId>com.xuxueli</groupId>
<version>2.0.2</version>
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-job-executor-sample-jfinal</artifactId>

@ -5,7 +5,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-job-executor-sample-nutz</artifactId>

@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-executor-sample-spring</artifactId>
<packaging>war</packaging>

@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-executor-sample-springboot</artifactId>
<packaging>jar</packaging>

Loading…
Cancel
Save