From 74573bfac95f78bf9ae45ff11512721daadde7cc Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Wed, 8 Mar 2017 17:25:12 +0000 Subject: [PATCH] Update pom for staging plugin Change-Id: Idbe910093964313659db075ccf67ead3ca83d931 Signed-off-by: Venkata Harish K Kajur --- pom.xml | 25 +++++++++++++++++++++++++ version.properties | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 889fbfb..5157b21 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,21 @@ ${project.build.directory}/coverage-reports/jacoco.exec false ${project.version} + https://nexus.openecomp.org + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + org.mockito @@ -383,6 +396,18 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + diff --git a/version.properties b/version.properties index 903df0e..7007af0 100644 --- a/version.properties +++ b/version.properties @@ -22,8 +22,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} -- 2.16.6