diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-12 10:24:06 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-12 10:24:14 -0400 |
commit | 081075612bb3e614eaab96c8c613e508fce8c3fd (patch) | |
tree | 476b354751933a128f3c650700e7ea607ce18975 | |
parent | 5e124856e4c6c8394c1aa6cfd0d241db37a68c2a (diff) |
Add version tag for release2.0.0
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>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> |