Add version tag for release 59/70359/1 2.0.0
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 12 Oct 2018 14:24:06 +0000 (10:24 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 12 Oct 2018 14:24:14 +0000 (10:24 -0400)
Maven does not like the version being inherited from parent.
So must explicitly set it.

Issue-ID: POLICY-1189
Change-Id: I4097368f5084c6da724df185cfb58bd88a668130
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index eb7e57e..177db54 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
 
     <groupId>org.onap.policy.distribution</groupId>
     <artifactId>policy-distribution</artifactId>
+    <version>2.0.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>