From 9d193f88972dbf80054cc637f803c97bc9941e89 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 7 Mar 2017 06:01:42 +0000 Subject: Update pom to 1.0.0 Change-Id: I9f8fbb9986045ac775a325259efc39c98d757b4d Signed-off-by: Venkata Harish K Kajur --- common-logging/pom.xml | 2 +- eelf-logging/pom.xml | 2 +- logging-api/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 532bed7..a01feb3 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ org.openecomp.aai.logging-service logging-service - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 70b5624..a32f435 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ org.openecomp.aai.logging-service logging-service - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 2a84906..6984935 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ org.openecomp.aai.logging-service logging-service - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/pom.xml b/pom.xml index d1571d4..0b3c631 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ org.openecomp.aai.logging-service logging-service pom - 1.0.0-SNAPSHOT + 1.0.0 Common Logging Library diff --git a/version.properties b/version.properties index 7c3f6b7..29cb353 100644 --- a/version.properties +++ b/version.properties @@ -23,8 +23,8 @@ # 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=0 -minor=9 +major=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg