From 054ad488552806b7b5ab991aa2cd9fd3a8ce87cd Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 9 Jan 2020 12:39:24 -0800 Subject: Fix incorrect parent versions The parent versions in these pom files should be 1.7.0-SNAPSHOT in order to match the rest of appc. Change-Id: I002f78235f07d588658e86c5ac8e99d4346d51fa Signed-off-by: Patrick Brady Issue-ID: APPC-1808 --- .../onap-appc-service-communicator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-service-communicator/appc-service-communicator-features/onap-appc-service-communicator') diff --git a/appc-service-communicator/appc-service-communicator-features/onap-appc-service-communicator/pom.xml b/appc-service-communicator/appc-service-communicator-features/onap-appc-service-communicator/pom.xml index b0b5bd417..f98ddb172 100644 --- a/appc-service-communicator/appc-service-communicator-features/onap-appc-service-communicator/pom.xml +++ b/appc-service-communicator/appc-service-communicator-features/onap-appc-service-communicator/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.appc.parent single-feature-parent - 2.6.2 + 2.7.0-SNAPSHOT -- cgit 1.2.3-korg