From b69d850757a7a8c4ff9a368df004a3cfaaf9f1e4 Mon Sep 17 00:00:00 2001 From: Zhaoxing Date: Thu, 8 Sep 2016 23:20:06 +0800 Subject: Issue-id: OCS-9 Change-Id: I73c18bdda656c43687810930338f9a949ed08848 Signed-off-by: Zhaoxing --- msb-core/redis/pom.xml | 164 +++++++++++++++++++++++++------------------------ 1 file changed, 83 insertions(+), 81 deletions(-) (limited to 'msb-core/redis') diff --git a/msb-core/redis/pom.xml b/msb-core/redis/pom.xml index d6d3959..dd271d9 100644 --- a/msb-core/redis/pom.xml +++ b/msb-core/redis/pom.xml @@ -1,81 +1,83 @@ - - - - - - org.openo.common-services.microservice-bus - msb-core-parent - 1.0.0-SNAPSHOT - - - - 4.0.0 - redis - 1.0.0-SNAPSHOT - openo/msb/msb-core/redis - pom - - - redis-3.2.1-linux64 - redis-3.2.100-win64 - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts-linux64 - package - - attach-artifact - - - - - src/assembly/resources/${redis.linux64.version}.tar.gz - linux64 - tar.gz - - - - - - attach-artifacts-win64 - package - - attach-artifact - - - - - src/assembly/resources/${redis.win64.version}.zip - win64 - zip - - - - - - - - - - + + + + + org.openo.common-services.microservice-bus + msb-core-parent + 1.0.0-SNAPSHOT + + + + 4.0.0 + redis + 1.0.0-SNAPSHOT + openo/msb/msb-core/redis + pom + + + redis-3.2.1-linux64 + redis-3.2.100-win64 + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts-linux64 + package + + attach-artifact + + + + + src/assembly/resources/${redis.linux64.version}.tar.gz + linux64 + tar.gz + + + + + + attach-artifacts-win64 + package + + attach-artifact + + + + + src/assembly/resources/${redis.win64.version}.zip + win64 + zip + + + + + + + + + + -- cgit 1.2.3-korg