Update to remove the -SNAPSHOT for release 45/47645/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Tue, 15 May 2018 16:02:04 +0000 (12:02 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Tue, 15 May 2018 16:02:10 +0000 (12:02 -0400)
Issue-ID: AAI-1139
Change-Id: Id25c88c65816459dbbd2d8e305f5e0005b9139b2
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-resources/pom.xml
pom.xml
version.properties [deleted file]

index 38ab635..6a39866 100644 (file)
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>aai-resources</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
 
     <parent>
         <groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index df15fd6..5ea4d07 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
diff --git a/version.properties b/version.properties
deleted file mode 100644 (file)
index 9c95207..0000000
+++ /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