From 7e999bce7b5b0605a3b58b1970f06739677c74d8 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 21 Jan 2014 11:54:34 -0800 Subject: [PATCH] mappingservice.nortbound: sync enunciate-core-annotations version The enunciate-core-annotations version in mappingserver.northbound is out of sync with both core controller and rest of mappingservice. Reduce version from 1.27 to 1.26.2. I did not see any build issues that showed mappingservice.nortbound actually relying on anything from enunciate 1.27. Change-Id: I384fd0dcc53248a10cd2feace2b2ef37231ed8e8 Signed-off-by: Chris Wright --- mappingservice/northbound/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappingservice/northbound/pom.xml b/mappingservice/northbound/pom.xml index 2c2f47f66..4e743e52e 100644 --- a/mappingservice/northbound/pom.xml +++ b/mappingservice/northbound/pom.xml @@ -22,7 +22,7 @@ org.codehaus.enunciate maven-enunciate-plugin - 1.27 + ${enunciate.version}