Code Review
/
appc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6ec3768
)
Add parent to appc-parent aggregator
67/57367/3
author
Patrick Brady
<pb071s@att.com>
Tue, 24 Jul 2018 17:58:08 +0000
(10:58 -0700)
committer
Patrick Brady
<pb071s@att.com>
Tue, 24 Jul 2018 18:07:36 +0000
(18:07 +0000)
The parent is required to supply the distributionManagement
properties for deployment.
Change-Id: I3c66552a9563db88701e5a8b8a087652073fe87b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1045
appc-parent/pom.xml
patch
|
blob
|
history
diff --git
a/appc-parent/pom.xml
b/appc-parent/pom.xml
index
095f539
..
8f497d6
100755
(executable)
--- a/
appc-parent/pom.xml
+++ b/
appc-parent/pom.xml
@@
-17,4
+17,9
@@
<module>single-feature-parent</module>
</modules>
+ <parent>
+ <groupId>org.onap.appc</groupId>
+ <artifactId>appc</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
+ </parent>
</project>