From ab395aba7794a7f3739205e80a2cd9c3546b7534 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 1 Sep 2017 13:44:23 -0700 Subject: Add root pom for integration repo Change-Id: I8e34d7488ae276ade135083b724707b50141443e Issue-ID: INT-124 Signed-off-by: Gary Wu --- pom.xml | 33 +++++++++++++++++++++++++++++++++ version-manifest/pom.xml | 8 +++----- 2 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..c19d6991f --- /dev/null +++ b/pom.xml @@ -0,0 +1,33 @@ + + + + 4.0.0 + + org.onap.oparent + oparent + 0.1.0 + + integration + org.onap.integration + root + 0.1.0-SNAPSHOT + pom + + version-manifest + + diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 38b90c9c3..5d3f56983 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -2,14 +2,12 @@ 4.0.0 - org.onap.oparent - oparent - 0.1.0 + org.onap.integration + root + 0.1.0-SNAPSHOT - org.onap.integration version-manifest maven-plugin - 0.1.0-SNAPSHOT ONAP Version Manifest and Maven Plugin https://www.onap.org -- cgit 1.2.3-korg