aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-07-24 10:58:08 -0700
committerPatrick Brady <pb071s@att.com>2018-07-24 18:07:36 +0000
commit477697e91f27f768fb463344af0c19b607fb7104 (patch)
tree2e376b707e07d98dd7fb7efc0aeb06ba7cea9d41
parent6ec3768894509d14aba3aba041803e2c04fd22eb (diff)
Add parent to appc-parent aggregator
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
-rwxr-xr-xappc-parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-parent/pom.xml b/appc-parent/pom.xml
index 095f53947..8f497d6c6 100755
--- 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>