From 9ddbc872354eb5399bab9d9c23188b4be98d7dd7 Mon Sep 17 00:00:00 2001 From: Chenfei Gao Date: Tue, 26 Feb 2019 15:59:56 -0500 Subject: [PATCH] Change the version of policy parent Changed to use 2.1.0-SNAPSHOT for policy/parent while keeping 2.0.0-SNAPSHOT for policy/models. Issue-ID: POLICY-1515 Change-Id: Ia18a3bd5828540c0d9b6340a2493f84d5a27fa60 Signed-off-by: Chenfei Gao --- platform/pom.xml | 2 +- pom.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/platform/pom.xml b/platform/pom.xml index 2453cfc75..99d99ca01 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.models policy-models - 2.1.0-SNAPSHOT + 2.0.0-SNAPSHOT platform diff --git a/pom.xml b/pom.xml index f0eb859a2..bb299c46d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,12 +27,15 @@ org.onap.policy.parent integration 2.1.0-SNAPSHOT + org.onap.policy.models policy-models + 2.0.0-SNAPSHOT pom + policy-models This repo holds model code agnostic to PDP engines -- 2.16.6