summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-02-26 15:59:56 -0500
committerChenfei Gao <cgao@research.att.com>2019-02-26 16:00:07 -0500
commit9ddbc872354eb5399bab9d9c23188b4be98d7dd7 (patch)
tree00c56d6f444cd48718ec9789eeea262482790bf1
parent237dd48cacfeda0b39ec1c09ce23fe59787e9e14 (diff)
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 <cgao@research.att.com>
-rw-r--r--platform/pom.xml2
-rw-r--r--pom.xml3
2 files changed, 4 insertions, 1 deletions
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 @@
<parent>
<groupId>org.onap.policy.models</groupId>
<artifactId>policy-models</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>platform</artifactId>
diff --git a/pom.xml b/pom.xml
index f0eb859a2..bb299c46d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,15 @@
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>2.1.0-SNAPSHOT</version>
+ <relativePath />
</parent>
<groupId>org.onap.policy.models</groupId>
<artifactId>policy-models</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
+
<name>policy-models</name>
<description>This repo holds model code agnostic to PDP engines</description>