Change the version of policy parent 23/79223/1
authorChenfei Gao <cgao@research.att.com>
Tue, 26 Feb 2019 20:59:56 +0000 (15:59 -0500)
committerChenfei Gao <cgao@research.att.com>
Tue, 26 Feb 2019 21:00:07 +0000 (16:00 -0500)
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>
platform/pom.xml
pom.xml

index 2453cfc..99d99ca 100644 (file)
@@ -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 f0eb859..bb299c4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>