Skip to content

Commit

Permalink
Rename organization references to skodjob
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys committed Nov 21, 2023
1 parent 990cf84 commit 57fb82c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ODH-E2E
E2e test suite for opendatahub using fabric8 kubernetes client

[![UnitTest](https://github.com/ExcelentProject/odh-e2e/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/ExcelentProject/odh-e2e/actions/workflows/test.yaml)
[![UnitTest](https://github.com/skodjob/odh-e2e/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/ExcelentProject/odh-e2e/actions/workflows/test.yaml)

## Run continuous suite
```commandline
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>

<name>OpenDataHub e2e</name>
<url>https://github.com/ExcelentProject/odh-e2e</url>
<url>https://github.com/skodjob/odh-e2e</url>
<description>Test suite for testing opendatahub</description>

<licenses>
Expand All @@ -34,7 +34,7 @@
</developers>

<scm>
<url>https://github.com/ExcelentProject/odh-e2e</url>
<url>https://github.com/skodjob/odh-e2e</url>
</scm>

<properties>
Expand All @@ -60,7 +60,7 @@
<repository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/ExcelentProject/opendatahub-crds</url>
<url>https://maven.pkg.github.com/skodjob/opendatahub-crds</url>
</repository>
</repositories>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml.versionsBackup
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>

<name>OpenDataHub e2e</name>
<url>https://github.com/ExcelentProject/odh-e2e</url>
<url>https://github.com/skodjob/odh-e2e</url>
<description>Test suite for testing opendatahub</description>

<licenses>
Expand All @@ -34,7 +34,7 @@
</developers>

<scm>
<url>https://github.com/ExcelentProject/odh-e2e</url>
<url>https://github.com/skodjob/odh-e2e</url>
</scm>

<properties>
Expand All @@ -60,7 +60,7 @@
<repository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/ExcelentProject/opendatahub-crds</url>
<url>https://maven.pkg.github.com/skodjob/opendatahub-crds</url>
</repository>
</repositories>

Expand Down

0 comments on commit 57fb82c

Please sign in to comment.