From 1ae24d9265c263e20bff092d9c0d7219c28f2b33 Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Fri, 10 Feb 2017 13:26:22 -0500 Subject: Update dependencies to match proper group id Change-Id: Ie513514b845008cbf9c2cd3f934861bda43431fc Signed-off-by: Steve Smokowski --- .gitreview | 4 ++++ common-logging/pom.xml | 4 ++-- eelf-logging/pom.xml | 4 ++-- logging-api/pom.xml | 2 +- pom.xml | 21 +-------------------- 5 files changed, 10 insertions(+), 25 deletions(-) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..14aaedd --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.openecomp.org +port=29418 +project=aai/logging-service.git diff --git a/common-logging/pom.xml b/common-logging/pom.xml index bacd431..c9b20a7 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -27,13 +27,13 @@ 1.0.0-SNAPSHOT - org.openecomp.aai + common-logging Common Logging Distribution - org.openecomp.cl + org.openecomp.aai.logging-service eelf-logging ${project.version} diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c9952d0..74e8fb2 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -27,7 +27,7 @@ 1.0.0-SNAPSHOT - org.openecomp.aai + eelf-logging EELF Logging Implementation @@ -35,7 +35,7 @@ - org.openecomp.aai + org.openecomp.aai.logging-service logging-api ${project.version} diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 4c4470e..6f5cbb8 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -27,7 +27,7 @@ 1.0.0-SNAPSHOT - org.openecomp.aai + logging-api Common Logging API diff --git a/pom.xml b/pom.xml index 35bcd93..4105c0f 100644 --- a/pom.xml +++ b/pom.xml @@ -97,26 +97,7 @@ - - - com.blackducksoftware.integration - hub-maven-plugin - 1.4.0 - false - - ${project.name} - ${project.basedir} - - - - create-bdio-file - package - - createHubOutput - - - - + -- cgit 1.2.3-korg