From 8bebb0733758a3253e6c47ccf0db32a532c00323 Mon Sep 17 00:00:00 2001 From: huangli Date: Wed, 22 Nov 2017 21:47:10 +0800 Subject: [PATCH] change pom version to 2.1.8 --- jetcache-anno-api/pom.xml | 2 +- jetcache-anno/pom.xml | 4 ++-- jetcache-core/pom.xml | 4 ++-- jetcache-redis/pom.xml | 4 ++-- jetcache-starter/jetcache-autoconfigure/pom.xml | 6 +++--- jetcache-starter/jetcache-starter-redis/pom.xml | 8 ++++---- jetcache-test/pom.xml | 8 ++++---- pom.xml | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/jetcache-anno-api/pom.xml b/jetcache-anno-api/pom.xml index 7355758e9..bb869bc3b 100644 --- a/jetcache-anno-api/pom.xml +++ b/jetcache-anno-api/pom.xml @@ -3,7 +3,7 @@ jetcache-parent com.alicp.jetcache - 2.1.7 + 2.1.8 4.0.0 diff --git a/jetcache-anno/pom.xml b/jetcache-anno/pom.xml index 7a8a125d6..fceb2e4bd 100644 --- a/jetcache-anno/pom.xml +++ b/jetcache-anno/pom.xml @@ -3,7 +3,7 @@ jetcache-parent com.alicp.jetcache - 2.1.7 + 2.1.8 4.0.0 @@ -13,7 +13,7 @@ com.alicp.jetcache jetcache-core - 2.1.7 + 2.1.8 diff --git a/jetcache-core/pom.xml b/jetcache-core/pom.xml index f105ae95b..dd116c63f 100644 --- a/jetcache-core/pom.xml +++ b/jetcache-core/pom.xml @@ -3,7 +3,7 @@ jetcache-parent com.alicp.jetcache - 2.1.7 + 2.1.8 4.0.0 @@ -13,7 +13,7 @@ com.alicp.jetcache jetcache-anno-api - 2.1.7 + 2.1.8 diff --git a/jetcache-redis/pom.xml b/jetcache-redis/pom.xml index 92ab0523e..7321cd91f 100644 --- a/jetcache-redis/pom.xml +++ b/jetcache-redis/pom.xml @@ -3,7 +3,7 @@ jetcache-parent com.alicp.jetcache - 2.1.7 + 2.1.8 4.0.0 @@ -13,7 +13,7 @@ com.alicp.jetcache jetcache-core - 2.1.7 + 2.1.8 diff --git a/jetcache-starter/jetcache-autoconfigure/pom.xml b/jetcache-starter/jetcache-autoconfigure/pom.xml index 961c77f3c..b71f58892 100644 --- a/jetcache-starter/jetcache-autoconfigure/pom.xml +++ b/jetcache-starter/jetcache-autoconfigure/pom.xml @@ -3,7 +3,7 @@ jetcache-parent com.alicp.jetcache - 2.1.7 + 2.1.8 ../../pom.xml 4.0.0 @@ -14,12 +14,12 @@ com.alicp.jetcache jetcache-anno - 2.1.7 + 2.1.8 com.alicp.jetcache jetcache-redis - 2.1.7 + 2.1.8 true diff --git a/jetcache-starter/jetcache-starter-redis/pom.xml b/jetcache-starter/jetcache-starter-redis/pom.xml index 5266fedc3..8dfdc7809 100644 --- a/jetcache-starter/jetcache-starter-redis/pom.xml +++ b/jetcache-starter/jetcache-starter-redis/pom.xml @@ -3,7 +3,7 @@ jetcache-parent com.alicp.jetcache - 2.1.7 + 2.1.8 ../../pom.xml 4.0.0 @@ -14,17 +14,17 @@ com.alicp.jetcache jetcache-autoconfigure - 2.1.7 + 2.1.8 com.alicp.jetcache jetcache-anno - 2.1.7 + 2.1.8 com.alicp.jetcache jetcache-redis - 2.1.7 + 2.1.8 diff --git a/jetcache-test/pom.xml b/jetcache-test/pom.xml index 6a4c4be95..0bebca4ff 100644 --- a/jetcache-test/pom.xml +++ b/jetcache-test/pom.xml @@ -3,7 +3,7 @@ jetcache-parent com.alicp.jetcache - 2.1.7 + 2.1.8 4.0.0 @@ -17,17 +17,17 @@ com.alicp.jetcache jetcache-redis - 2.1.7 + 2.1.8 com.alicp.jetcache jetcache-anno - 2.1.7 + 2.1.8 com.alicp.jetcache jetcache-autoconfigure - 2.1.7 + 2.1.8 diff --git a/pom.xml b/pom.xml index 5c51d885a..d6b565b04 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alicp.jetcache jetcache-parent pom - 2.1.7 + 2.1.8 jetcache a Java cache abstraction which provides consistent use for various caching solutions