diff --git a/README.en.md b/README.en.md index 0e64fcdef..efbc2eff7 100644 --- a/README.en.md +++ b/README.en.md @@ -7,7 +7,7 @@

License JDK8+ - Maven Central + Maven Central Build status Demo

@@ -83,7 +83,7 @@ disjob # Main project① cn.ponfee disjob-{xxx} - 2.1.1 + 2.1.2 ``` diff --git a/README.md b/README.md index 52a4d28ae..f0185a703 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

License JDK8+ - Maven Central + Maven Central Build status Demo

@@ -98,7 +98,7 @@ disjob # 主项目① cn.ponfee disjob-{xxx} - 2.1.1 + 2.1.2 ``` diff --git a/disjob-admin/pom.xml b/disjob-admin/pom.xml index 0379376ab..a5fccc895 100644 --- a/disjob-admin/pom.xml +++ b/disjob-admin/pom.xml @@ -24,7 +24,7 @@ 1.0.0-SNAPSHOT - 2.1.2-SNAPSHOT + 2.1.2 UTF-8 1.8 diff --git a/disjob-admin/ruoyi-admin/src/main/resources/templates/main.html b/disjob-admin/ruoyi-admin/src/main/resources/templates/main.html index 7db603f8c..6f104512b 100644 --- a/disjob-admin/ruoyi-admin/src/main/resources/templates/main.html +++ b/disjob-admin/ruoyi-admin/src/main/resources/templates/main.html @@ -104,7 +104,7 @@

-

Logo License JDK Maven Central Build status

+

Logo License JDK Maven Central Build status

简体中文 | English

一款分布式的任务调度与分布式计算框架,除了具备常规的任务调度功能外,还提供:暂停/取消运行中的任务、恢复执行被暂停的任务、任务分片、失败重试、广播任务、任务依赖、工作流任务(DAG)、管理器与执行器分离部署、Web管理后台等能力。

轻量级,简单易用,特别适合长任务的执行。有较好的伸缩性、扩展性、稳定性,历经生产检验。

@@ -268,11 +268,11 @@

<dependency>
   <groupId>cn.ponfee</groupId>
   <artifactId>disjob-{xxx}</artifactId>
-  <version>2.1.1</version>
+  <version>2.1.2</version>
 </dependency>

Build From Source

./mvnw clean install -DskipTests -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -U
diff --git a/disjob-core/src/main/java/cn/ponfee/disjob/core/base/JobConstants.java b/disjob-core/src/main/java/cn/ponfee/disjob/core/base/JobConstants.java index 7f96a1a8e..c073249fc 100644 --- a/disjob-core/src/main/java/cn/ponfee/disjob/core/base/JobConstants.java +++ b/disjob-core/src/main/java/cn/ponfee/disjob/core/base/JobConstants.java @@ -30,7 +30,7 @@ public final class JobConstants { /** * Version */ - public static final String VERSION = "2.1.2-SNAPSHOT"; + public static final String VERSION = "2.1.2"; /** * Process batch size diff --git a/disjob-samples/pom.xml b/disjob-samples/pom.xml index 3e17a1930..39176385f 100644 --- a/disjob-samples/pom.xml +++ b/disjob-samples/pom.xml @@ -26,7 +26,7 @@ 1.0.0-SNAPSHOT - 2.1.2-SNAPSHOT + 2.1.2 UTF-8 1.8 diff --git a/pom.xml b/pom.xml index de50c189e..1d9e16429 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/content/repositories/releases/ @@ -61,7 +61,7 @@ - 2.1.2-SNAPSHOT + 2.1.2 UTF-8 1.8