From f8c8cebc21ea8afce63472d66b57a2c83f21d9f7 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 1 Sep 2016 16:33:32 -0700 Subject: Change artifact groupId to allow Nexus deployment Change-Id: I78af2ba519302a02057fa2ad34cdbd76e7ea0f77 Issue-id: INT-40 Signed-off-by: Gary Wu --- msb-parent/msbparent/pom.xml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'msb-parent/msbparent') diff --git a/msb-parent/msbparent/pom.xml b/msb-parent/msbparent/pom.xml index 4f03c5e..61e0079 100644 --- a/msb-parent/msbparent/pom.xml +++ b/msb-parent/msbparent/pom.xml @@ -1,34 +1,33 @@ 4.0.0 - org.openo.msb + org.openo.common-services.microservice-bus msbparent-lite - 1.0.0 + 1.0.0-SNAPSHOT ../msbparent-lite - org.openo.msb msbparent pom - msbparent + msbparent @@ -42,7 +41,7 @@ 0.8.0 - 1.5.3 + 1.5.3 2.7.3 1.16.4 2.4 @@ -77,7 +76,7 @@ io.dropwizard dropwizard-client ${dropwizard.version} - + io.swagger @@ -90,17 +89,17 @@ redis.clients jedis ${jedis.version} - + org.projectlombok lombok ${lombok.version} - - net.sf.json-lib - json-lib - ${json-lib.version} - + + net.sf.json-lib + json-lib + ${json-lib.version} + @@ -172,5 +171,5 @@ - + -- cgit 1.2.3-korg