From fcaf80abc680eacad15eb69025d543784a1860f7 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Sun, 26 Feb 2017 12:15:58 +0000 Subject: Fixes POMs for release job Change-Id: Ife60d121a058e527667e43f7de09bda7bf337d4e Signed-off-by: Carsten Lund --- operation-utils/pom.xml | 34 ---------------------------------- version.properties | 11 +++++++++++ 2 files changed, 11 insertions(+), 34 deletions(-) create mode 100644 version.properties diff --git a/operation-utils/pom.xml b/operation-utils/pom.xml index 7c4247b..d10639a 100644 --- a/operation-utils/pom.xml +++ b/operation-utils/pom.xml @@ -12,42 +12,8 @@ - - - - JCenter - JCenter Repository - http://jcenter.bintray.com - - - - Restlet - Restlet Repository - http://maven.restlet.com - - - - - com.blackducksoftware.integration - hub-maven-plugin - 1.4.0 - false - - ${project.name} - ${project.basedir} - - - - create-bdio-file - package - - createHubOutput - - - - org.apache.maven.plugins diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..c0f2742 --- /dev/null +++ b/version.properties @@ -0,0 +1,11 @@ +# 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