From 246a590e5356ee54d1e00236df6987234155c57a Mon Sep 17 00:00:00 2001 From: jiakang Date: Mon, 16 Apr 2018 18:01:35 +0800 Subject: [PATCH] added CommandExecutor --- README.md | 2 +- common-code/pom.xml | 2 +- ext-tools/pom.xml | 2 +- global-limiter/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca0237d..cae3c0c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ git push -u origin master com.david.common common-code - 1.0-SNAPSHOT + ${common.version} ``` \ No newline at end of file diff --git a/common-code/pom.xml b/common-code/pom.xml index b76a0c1..95230a9 100644 --- a/common-code/pom.xml +++ b/common-code/pom.xml @@ -5,7 +5,7 @@ david-common com.david.common - 1.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/ext-tools/pom.xml b/ext-tools/pom.xml index 05a4021..18f19d5 100644 --- a/ext-tools/pom.xml +++ b/ext-tools/pom.xml @@ -5,7 +5,7 @@ david-common com.david.common - 1.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/global-limiter/pom.xml b/global-limiter/pom.xml index 50d6bfe..c7f6fa0 100644 --- a/global-limiter/pom.xml +++ b/global-limiter/pom.xml @@ -5,7 +5,7 @@ david-common com.david.common - 1.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/pom.xml b/pom.xml index 5222e43..93ea2a1 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.david.common david-common pom - 1.0-SNAPSHOT + 1.0.0 common-code global-limiter