From 42ce57c3a5db696cf93e68519153b258d00fe013 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 6 Mar 2017 12:06:38 -0800 Subject: [PATCH] Preparing for maven staging releases Changing version in version.properties file to 1.0.0. Adding maven staging plugin to pom file. Change-Id: Ifeee32f8af6f0b07dd9782629b1c4fe939a07840 Signed-off-by: Patrick Brady --- pom.xml | 14 +++++++++++++- version.properties | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c3f0aed..4ad304f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,18 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + com.blackducksoftware.integration @@ -89,4 +101,4 @@ OpenECOMP 1.0.0-SNAPSHOT - \ No newline at end of file + diff --git a/version.properties b/version.properties index 7092503..feea708 100644 --- a/version.properties +++ b/version.properties @@ -3,9 +3,9 @@ # 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 -release_name=0 +release_name=1 sprint_number=0 -feature_revision=1 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} -- 2.16.6