From f8e2c8b608ed57cd81140e2c60b855e15f607830 Mon Sep 17 00:00:00 2001 From: terrymanu Date: Wed, 24 Feb 2016 11:37:16 +0800 Subject: [PATCH] release 1.0.4 version --- elastic-job-console/pom.xml | 2 +- elastic-job-core/pom.xml | 2 +- elastic-job-example/pom.xml | 4 ++-- elastic-job-spring/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/elastic-job-console/pom.xml b/elastic-job-console/pom.xml index c9bff8004d..2a52f9e70c 100644 --- a/elastic-job-console/pom.xml +++ b/elastic-job-console/pom.xml @@ -3,7 +3,7 @@ com.dangdang elastic-job - 1.0.4-SNAPSHOT + 1.0.4 elastic-job-console war diff --git a/elastic-job-core/pom.xml b/elastic-job-core/pom.xml index a059b92196..dcbb4f1af0 100644 --- a/elastic-job-core/pom.xml +++ b/elastic-job-core/pom.xml @@ -3,7 +3,7 @@ com.dangdang elastic-job - 1.0.4-SNAPSHOT + 1.0.4 elastic-job-core ${project.artifactId} diff --git a/elastic-job-example/pom.xml b/elastic-job-example/pom.xml index 151c6f3df3..5fc62f7745 100644 --- a/elastic-job-example/pom.xml +++ b/elastic-job-example/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang elastic-job-example - 1.0.4-SNAPSHOT + 1.0.4 ${project.artifactId} @@ -12,7 +12,7 @@ zh_CN maven.dangdang.com - 1.0.4-SNAPSHOT + 1.0.4 1.7.7 1.1.2 diff --git a/elastic-job-spring/pom.xml b/elastic-job-spring/pom.xml index db9a93c276..c3a2273398 100644 --- a/elastic-job-spring/pom.xml +++ b/elastic-job-spring/pom.xml @@ -3,7 +3,7 @@ com.dangdang elastic-job - 1.0.4-SNAPSHOT + 1.0.4 elastic-job-spring ${project.artifactId} diff --git a/pom.xml b/pom.xml index 08648736a0..78ba257060 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang elastic-job - 1.0.4-SNAPSHOT + 1.0.4 pom ${project.artifactId} Elastic-Job - distributed scheduled job solution