Code Review
/
policy
/
distribution.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5e12485
)
Add version tag for release
59/70359/1
2.0.0
author
Pamela Dragosh
<pdragosh@research.att.com>
Fri, 12 Oct 2018 14:24:06 +0000
(10:24 -0400)
committer
Pamela 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
patch
|
blob
|
history
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>