From 98a54155a400dc224e1adb598304ad11c700dce1 Mon Sep 17 00:00:00 2001 From: herbert Date: Thu, 26 Mar 2020 10:51:21 +0100 Subject: [PATCH] Add parents to model artifacts for x-ran and o-ran Issue-ID: OAM-90 Signed-off-by: herbert Change-Id: I03cc7fcb2647df7628f1f0f806925f6ba756a74b --- features/o-ran/ru-fh/.gitignore | 1 + features/o-ran/ru-fh/pom.xml | 6 ++--- features/pom.xml | 50 ----------------------------------------- features/x-ran/ru-fh/.gitignore | 1 + features/x-ran/ru-fh/pom.xml | 6 ++--- 5 files changed, 8 insertions(+), 56 deletions(-) create mode 100644 features/o-ran/ru-fh/.gitignore create mode 100644 features/x-ran/ru-fh/.gitignore diff --git a/features/o-ran/ru-fh/.gitignore b/features/o-ran/ru-fh/.gitignore new file mode 100644 index 0000000..b929015 --- /dev/null +++ b/features/o-ran/ru-fh/.gitignore @@ -0,0 +1 @@ +src/main/java diff --git a/features/o-ran/ru-fh/pom.xml b/features/o-ran/ru-fh/pom.xml index 9c611bc..a6854ae 100644 --- a/features/o-ran/ru-fh/pom.xml +++ b/features/o-ran/ru-fh/pom.xml @@ -27,13 +27,13 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent binding-parent - 1.5.2 + 0.7.1-SNAPSHOT - org.o-ran-sc.scp.oam.modeling + org.o-ran-sc.scp.oam.modeling.features o-ran-ru-fh-model 0.7.1-SNAPSHOT bundle diff --git a/features/pom.xml b/features/pom.xml index b3bac29..4f71499 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -31,54 +31,4 @@ x-ran/ru-fh - - - onap-public - ${onap.nexus.public-url} - - true - never - - - true - always - - - - onap-staging - ${onap.nexus.staging-url} - - true - never - - - true - always - - - - ecomp-release - onap-repository-releases - ${onap.nexus.release-url} - - true - never - - - false - - - - ecomp-snapshot - onap-repository-snapshots - ${onap.nexus.snapshot-url} - - false - - - true - - - - diff --git a/features/x-ran/ru-fh/.gitignore b/features/x-ran/ru-fh/.gitignore new file mode 100644 index 0000000..b929015 --- /dev/null +++ b/features/x-ran/ru-fh/.gitignore @@ -0,0 +1 @@ +src/main/java diff --git a/features/x-ran/ru-fh/pom.xml b/features/x-ran/ru-fh/pom.xml index 1ef7a08..7f780be 100644 --- a/features/x-ran/ru-fh/pom.xml +++ b/features/x-ran/ru-fh/pom.xml @@ -27,13 +27,13 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent binding-parent - 1.5.2 + 0.7.1-SNAPSHOT - org.o-ran-sc.scp.oam.modeling + org.o-ran-sc.scp.oam.modeling.features x-ran-ru-fh-model 0.7.1-SNAPSHOT bundle -- 2.16.6