From 309027f8c2e6d4ef6284ed39ef998ec033d1c2a3 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 15 May 2018 12:02:04 -0400 Subject: Update to remove the -SNAPSHOT for release Issue-ID: AAI-1139 Change-Id: Id25c88c65816459dbbd2d8e305f5e0005b9139b2 Signed-off-by: Kajur, Harish (vk250x) --- aai-resources/pom.xml | 2 +- pom.xml | 2 +- version.properties | 14 -------------- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 version.properties diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 38ab635..6a39866 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.2.0-SNAPSHOT + 1.2.0 org.springframework.boot diff --git a/pom.xml b/pom.xml index df15fd6..5ea4d07 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.resources resources - 1.2.0-SNAPSHOT + 1.2.0 aai-resources pom diff --git a/version.properties b/version.properties deleted file mode 100644 index 9c95207..0000000 --- a/version.properties +++ /dev/null @@ -1,14 +0,0 @@ -########################################################### -# Versioning variables -# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) -# because they are used in Jenkins, whose plug-in doesn't support - -major_version=1 -minor_version=2 -patch_version=0 - -base_version=${major_version}.${minor_version}.${patch_version} - -# Release must be completed with GIT information # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg