Removing snaptshots for release 25/47625/1 v1.2.0
authorArul.Nambi <arul.nambi@amdocs.com>
Tue, 15 May 2018 13:57:40 +0000 (09:57 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Tue, 15 May 2018 14:00:32 +0000 (10:00 -0400)
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>
.gitignore
sparkybe-onap-application/pom.xml
sparkybe-onap-application/version.properties [deleted file]
sparkybe-onap-service/pom.xml
sparkybe-onap-service/version.properties [deleted file]

index 031424d..5f4dc89 100644 (file)
@@ -6,4 +6,3 @@ target/
 logs/
 debug-logs/
 */appconfig-local/
-
index 2f6725c..c737d72 100644 (file)
@@ -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 (file)
index faf06bb..0000000
+++ /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
index 57485cf..b8817bb 100644 (file)
@@ -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 (file)
index faf06bb..0000000
+++ /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