From 76b34057b72b1704360c959ddc718778729a92bc Mon Sep 17 00:00:00 2001 From: eikrwaq Date: Tue, 22 May 2018 16:48:10 +0100 Subject: Adding policy/core module Change-Id: I6ed20178e7308bc2edde8ef507836cf4fae8d590 Issue-ID: POLICY-845 Signed-off-by: eikrwaq --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ version.properties | 13 +++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 pom.xml create mode 100644 version.properties diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..973edd4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,44 @@ + + + + 4.0.0 + + org.onap.policy.parent + integration + 2.0.0-SNAPSHOT + + + org.onap.policy.core + policy-core + pom + 2.0.0-SNAPSHOT + Policy Core + Core code shared among all policy repos + + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + \ No newline at end of file diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..a3ac0d9 --- /dev/null +++ b/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=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 -- cgit 1.2.3-korg