From: Arul.Nambi Date: Tue, 15 May 2018 13:57:40 +0000 (-0400) Subject: Removing snaptshots for release X-Git-Tag: v1.2.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2d49c97374040f004a84811bc9b7ea4141d9ba96;p=aai%2Fsparky-be.git 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 --- diff --git a/.gitignore b/.gitignore index 031424d..5f4dc89 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ target/ logs/ debug-logs/ */appconfig-local/ - 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 diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 57485cf..b8817bb 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -9,7 +9,7 @@ org.onap.aai.sparky-be sparkybe-onap-service - 1.2.0-SNAPSHOT + 1.2.0 jar diff --git a/sparkybe-onap-service/version.properties b/sparkybe-onap-service/version.properties deleted file mode 100644 index faf06bb..0000000 --- a/sparkybe-onap-service/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