From 8eb91b97baac63b085a8d75407b85841ff9f4444 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 6 Jun 2018 15:02:11 -0700 Subject: 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 +++++++++++++++++++------------------- sms-client/java/version.properties | 9 ----- version.properties | 9 +++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 sms-client/java/version.properties create mode 100644 version.properties 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/sms-client/java/version.properties deleted file mode 100644 index b07122b..0000000 --- a/sms-client/java/version.properties +++ /dev/null @@ -1,9 +0,0 @@ -major=2 -minor=0 -patch=0 - -base_version=${major}.${minor}.${patch} - -# Release must be completed with git revision # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..b07122b --- /dev/null +++ b/version.properties @@ -0,0 +1,9 @@ +major=2 +minor=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file -- cgit 1.2.3-korg