From d75beeed5b31705562f556ebee1d27ff7dd84bfd Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 2 Mar 2017 18:14:57 -0500 Subject: [OS-144] Adding nexus+ver to vid Change-Id: I103d7a7526fef33637aacf2c1e8aca89ca83e93f Signed-off-by: Jimmy Forsyth --- vid/pom.xml | 33 +++++++++++++++++++++++++-------- vid/version.properties | 13 +++++++++++++ 2 files changed, 38 insertions(+), 8 deletions(-) create mode 100644 vid/version.properties diff --git a/vid/pom.xml b/vid/pom.xml index fb140aea3..fa74acaa3 100644 --- a/vid/pom.xml +++ b/vid/pom.xml @@ -121,14 +121,31 @@ --> - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - -Xdoclint:none - - + + org.codehaus.mojo + versions-maven-plugin + 1.3.1 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + -Xdoclint:none + + diff --git a/vid/version.properties b/vid/version.properties new file mode 100644 index 000000000..cdcd1e9ec --- /dev/null +++ b/vid/version.properties @@ -0,0 +1,13 @@ +# Versioning variables +# 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=1 +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 -- cgit 1.2.3-korg