From 8eb91b97baac63b085a8d75407b85841ff9f4444 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 6 Jun 2018 15:02:11 -0700 Subject: [PATCH] Move version.properties as its not configurable Version.properties path is not configurable in jenkins global templates. Therefore moving it to root of repo. Issue-ID: AAF-330 Change-Id: If0106b59e04b01d0d571878b74399c242041ff91 Signed-off-by: Kiran Kamineni --- sms-client/java/pom.xml | 70 +++++++++++----------- .../java/version.properties => version.properties | 0 2 files changed, 35 insertions(+), 35 deletions(-) rename sms-client/java/version.properties => version.properties (100%) diff --git a/sms-client/java/pom.xml b/sms-client/java/pom.xml index 6609285..b6e21ab 100644 --- a/sms-client/java/pom.xml +++ b/sms-client/java/pom.xml @@ -8,11 +8,11 @@ sms-client - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/aaf/sms/${project.artifactId}/${project.version} + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/sms/${project.artifactId}/${project.version} UTF-8 1.8 1.8 @@ -32,22 +32,22 @@ - org.apache.maven.plugins - maven-deploy-plugin - - false - - + org.apache.maven.plugins + maven-deploy-plugin + + false + + - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + org.apache.maven.plugins maven-shade-plugin @@ -73,20 +73,20 @@ - - ecomp-releases - AAF SMS Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF SMS Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + + ecomp-releases + AAF SMS Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF SMS Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + diff --git a/sms-client/java/version.properties b/version.properties similarity index 100% rename from sms-client/java/version.properties rename to version.properties -- 2.16.6