From 532037f73a60fa4cbd3e7162afce745d7afca162 Mon Sep 17 00:00:00 2001 From: Christopher Grote Date: Mon, 12 Aug 2019 20:36:12 +0100 Subject: [PATCH] Fixes links after repository name change Signed-off-by: Christopher Grote --- docs/mappings/README.md | 2 +- info.yaml | 8 ++++---- pom.xml | 16 +++++++++++----- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/mappings/README.md b/docs/mappings/README.md index d4518ada..a11f8f9c 100644 --- a/docs/mappings/README.md +++ b/docs/mappings/README.md @@ -9,7 +9,7 @@ propagating or retrieving information _from_ IGC, and not _to_ IGC). Hoping for a mapping that isn't there? -- [Submit an issue](https://github.com/odpi/egeria-connector-ibm-igc/issues/new), or +- [Submit an issue](https://github.com/odpi/egeria-connector-ibm-information-server/issues/new), or - Check out any of the linked code below for examples of what's needed to create a mapping, and create your own (and feel free to submit a PR with the result!) diff --git a/info.yaml b/info.yaml index 3b8e6742..9e8434ab 100644 --- a/info.yaml +++ b/info.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright Contributors to the ODPi Egeria project. --- -project: 'egeria-connector-ibm-igc' +project: 'egeria-connector-ibm-information-server' project_creation_date: '2019-04-16' lifecycle_state: 'active' project_category: 'metadata' @@ -14,8 +14,8 @@ project_lead: &odpi_releng_ptl primary_contact: *odpi_releng_ptl issue_tracking: type: 'github' - url: 'https://github.com/odpi/egeria-connector-ibm-igc/issues' - key: 'egeria-connector-ibm-igc' + url: 'https://github.com/odpi/egeria-connector-ibm-information-server/issues' + key: 'egeria-connector-ibm-information-server' mailing_list: type: 'other' url: 'https://lists.odpi.org/g/odpi-project-egeria' @@ -33,7 +33,7 @@ meetings: day: 'thu' time: '13:00 UTC' repositories: - - 'egeria-connector-ibm-igc' + - 'egeria-connector-ibm-information-server' committers: - <<: *odpi_releng_ptl - name: 'Mandy Chessell' diff --git a/pom.xml b/pom.xml index f6cd48ab..a4faa2a8 100644 --- a/pom.xml +++ b/pom.xml @@ -38,14 +38,14 @@ - scm:git:git://github.com/odpi/egeria-connector-ibm-igc.git - scm:git:ssh://github.com:odpi/egeria-connector-ibm-igc.git - http://github.com/odpi/egeria-connector-ibm-igc/tree/master + scm:git:git://github.com/odpi/egeria-connector-ibm-information-server.git + scm:git:ssh://github.com:odpi/egeria-connector-ibm-information-server.git + http://github.com/odpi/egeria-connector-ibm-information-server/tree/master GitHub - https://github.com/odpi/egeria-connector-ibm-igc/issues + https://github.com/odpi/egeria-connector-ibm-information-server/issues 2018 @@ -78,8 +78,9 @@ igc-clientlibrary igc-adapter - distribution datastage-adapter + + distribution @@ -141,6 +142,11 @@ jackson-core ${jackson.version} + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson.version} + org.apache.kafka kafka-clients