From 4aec056abcbae2f2c4612d00b40f1c859a78913e Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Dec 2021 15:49:58 -0500 Subject: Fix version numbers Fix version numbers (should be 1.2.4-SNAPSHOT for Istanbul branch) Issue-ID: CCSDK-3514 Signed-off-by: Dan Timoney Change-Id: Iff4020f57c96b12fc60ac5ec52f5bfcfe25b1aca --- ansible-server/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible-server') diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 8663c1ae..db8f26e0 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.3.1-SNAPSHOT + 1.2.4-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.3.1-SNAPSHOT + 1.2.4-SNAPSHOT pom ccsdk-distribution :: ${project.artifactId} -- cgit