Skip to content

Commit

Permalink
Fixes links after repository name change
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <chris@thegrotes.net>
  • Loading branch information
cmgrote committed Aug 12, 2019
1 parent 2e202fd commit 532037f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/mappings/README.md
Expand Up @@ -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!)

Expand Down
8 changes: 4 additions & 4 deletions 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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down
16 changes: 11 additions & 5 deletions pom.xml
Expand Up @@ -38,14 +38,14 @@
</organization>

<scm>
<connection>scm:git:git://github.com/odpi/egeria-connector-ibm-igc.git</connection>
<developerConnection>scm:git:ssh://github.com:odpi/egeria-connector-ibm-igc.git</developerConnection>
<url>http://github.com/odpi/egeria-connector-ibm-igc/tree/master</url>
<connection>scm:git:git://github.com/odpi/egeria-connector-ibm-information-server.git</connection>
<developerConnection>scm:git:ssh://github.com:odpi/egeria-connector-ibm-information-server.git</developerConnection>
<url>http://github.com/odpi/egeria-connector-ibm-information-server/tree/master</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/odpi/egeria-connector-ibm-igc/issues</url>
<url>https://github.com/odpi/egeria-connector-ibm-information-server/issues</url>
</issueManagement>

<inceptionYear>2018</inceptionYear>
Expand Down Expand Up @@ -78,8 +78,9 @@
<modules>
<module>igc-clientlibrary</module>
<module>igc-adapter</module>
<module>distribution</module>
<module>datastage-adapter</module>
<!-- <module>ia-clientlibrary</module> -->
<module>distribution</module>
</modules>

<properties>
Expand Down Expand Up @@ -141,6 +142,11 @@
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
Expand Down

0 comments on commit 532037f

Please sign in to comment.