Code Review
/
sdnc
/
plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
aa3817d
)
[POM VERSION] Root pom version fix
87/2987/1
author
Dan Timoney
<dtimoney@att.com>
Tue, 4 Apr 2017 14:52:42 +0000
(10:52 -0400)
committer
Dan Timoney
<dtimoney@att.com>
Tue, 4 Apr 2017 14:52:53 +0000
(10:52 -0400)
Root pom version should be 1.0.0, not 1.0.0-SNAPSHOT. Released version should not have SNAPSHOT dependency
Change-Id: I085087ac07f7379b62dce6668bc876f690597708
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
b3cce05
..
25a4a5d
100755
(executable)
--- a/
pom.xml
+++ b/
pom.xml
@@
-5,7
+5,7
@@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0
-SNAPSHOT
</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>