aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-10-25 10:53:35 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-10-25 10:55:34 -0400
commit26ee0edbe7181edc34fc86e852229159933026f5 (patch)
tree7b4fd76af7a60ee5fafab963967f7fe06ec487f4
parent78f196d0c0db01c6ce1a99be29b714cb5613c350 (diff)
Use policy/parent release
Policy parent v2.0.0 Issue-ID: POLICY-1213 Change-Id: I6701f4d1165bc594d49391f1cad37452066040eb Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 52ac88c..d2c82a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<relativePath />
</parent>
<groupId>org.onap.policy.gui</groupId>
<artifactId>policy-gui</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>