From c794f93ad26784098f91473afee56c6e055dc69f Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 12 Oct 2017 13:20:53 -0700 Subject: [PATCH] Refactor integration java jobs Remove root level java job; replace with subproject jobs instead. Issue-ID: INT-273 Signed-off-by: Gary Wu Change-Id: Ic8c90a6f64f1ce8249d681181131ed11b2a71ec3 --- pom.xml | 33 --------------------------------- version-manifest/pom.xml | 6 +++--- 2 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 pom.xml diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 3e0aea311..000000000 --- a/pom.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - 4.0.0 - - org.onap.oparent - oparent - 0.1.1 - - 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 331f357ad..ace96a702 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.onap.integration - root - 0.1.0-SNAPSHOT + org.onap.oparent + oparent + 0.1.1 version-manifest maven-plugin -- 2.16.6