From 2d49c97374040f004a84811bc9b7ea4141d9ba96 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Tue, 15 May 2018 09:57:40 -0400 Subject: Removing snaptshots for release Removing snapshots from submodules so that the release can go through. Issue-ID: AAI-1127 Change-Id: Ifc5224138c4b94e79622a4eb486e66a9b92b0dc0 Signed-off-by: Arul.Nambi --- sparkybe-onap-application/pom.xml | 2 +- sparkybe-onap-application/version.properties | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 sparkybe-onap-application/version.properties (limited to 'sparkybe-onap-application') diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 2f6725c..c737d72 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -10,7 +10,7 @@ org.onap.aai.sparky-be sparkybe-onap-application - 1.2.0-SNAPSHOT + 1.2.0 jar diff --git a/sparkybe-onap-application/version.properties b/sparkybe-onap-application/version.properties deleted file mode 100644 index faf06bb..0000000 --- a/sparkybe-onap-application/version.properties +++ /dev/null @@ -1,13 +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=1 -minor=2 -patch=0 - -base_version=${major}.${minor}.${patch} - -# Release must be completed with git revision # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg