From 67037d090dd491e58df7ee55c8826cfe2d5077e4 Mon Sep 17 00:00:00 2001 From: eikrwaq Date: Wed, 23 May 2018 17:17:58 +0100 Subject: [PATCH] Adding policy/models module Change-Id: I5d1133fc82b3a61cda10813b15223859e6135dfa Issue-ID: POLICY-805 Signed-off-by: waqas.ikram --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ version.properties | 13 +++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 pom.xml create mode 100644 version.properties diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..cb3d5454b --- /dev/null +++ b/pom.xml @@ -0,0 +1,43 @@ + + + + 4.0.0 + + org.onap.policy.parent + integration + 2.0.0-SNAPSHOT + + + org.onap.policy.models + policy-models + 2.0.0-SNAPSHOT + pom + Policy Models + This repo will hold model code agnostic to PDP engines + + + + 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 000000000..a3ac0d9c7 --- /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 -- 2.16.6