summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-05-15 09:57:40 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-05-15 10:00:32 -0400
commit2d49c97374040f004a84811bc9b7ea4141d9ba96 (patch)
tree8a6ada710598d850828664a4130a4b1ef30effee
parent96efba2a7b85abd548b3fa3d2bc7510337c2eee6 (diff)
Removing snaptshots for releasev1.2.0
Removing snapshots from submodules so that the release can go through. Issue-ID: AAI-1127 Change-Id: Ifc5224138c4b94e79622a4eb486e66a9b92b0dc0 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r--.gitignore1
-rw-r--r--sparkybe-onap-application/pom.xml2
-rw-r--r--sparkybe-onap-application/version.properties13
-rw-r--r--sparkybe-onap-service/pom.xml2
-rw-r--r--sparkybe-onap-service/version.properties13
5 files changed, 2 insertions, 29 deletions
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 @@
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-application</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<packaging>jar</packaging>
<properties>
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 @@
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-service</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<packaging>jar</packaging>
<properties>
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