Skip to content

Commit 643c448

Browse files
authored
Rename references to renamed organization skodjob (#4)
1 parent 0e36b4d commit 643c448

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212

1313
<name>OpenDataHub crds</name>
14-
<url>https://github.com/ExcelentProject/opendatahub-crds</url>
14+
<url>https://github.com/skodjob/opendatahub-crds</url>
1515
<description>Fluent classes of opendatahub crds for fabric8 client</description>
1616

1717
<licenses>
@@ -36,7 +36,7 @@
3636
</developers>
3737

3838
<scm>
39-
<url>https://github.com/ExcelentProject/opendatahub-crds</url>
39+
<url>https://github.com/skodjob/opendatahub-crds</url>
4040
</scm>
4141

4242
<properties>
@@ -53,7 +53,7 @@
5353
<repository>
5454
<id>github</id>
5555
<name>GitHub Apache Maven Packages</name>
56-
<url>https://maven.pkg.github.com/ExcelentProject/opendatahub-crds</url>
56+
<url>https://maven.pkg.github.com/skodjob/opendatahub-crds</url>
5757
</repository>
5858
</distributionManagement>
5959

@@ -137,17 +137,17 @@
137137
<!-- Workaround for: https://github.com/fabric8io/kubernetes-client/issues/5580 -->
138138
<source>src/main/resources/crds/odh-manifests-data-science-pipelines-operator-crd.yaml</source>
139139
<urls>
140-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/install/deploy.yaml,
141-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-codeflare-crd.yaml,
142-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-dashboard-crd.yaml,
143-
<!-- https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-data-science-pipelines-operator-crd.yaml, -->
144-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-kserve-crd.yaml,
145-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-model-mesh-crd.yaml,
146-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-model-mesh-overlays-odh-crd.yaml,
147-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-odh-model-controller-crd.yaml,
148-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-odh-notebook-controller-kf-notebook-controller-crd.yaml,
149-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-ray-crd.yaml,
150-
https://raw.githubusercontent.com/ExcelentProject/sokar/main/open-data-hub/client/odh-manifests-trustyai-service-operator-crd.yaml
140+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/install/deploy.yaml,
141+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-codeflare-crd.yaml,
142+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-dashboard-crd.yaml,
143+
<!-- https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-data-science-pipelines-operator-crd.yaml, -->
144+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-kserve-crd.yaml,
145+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-model-mesh-crd.yaml,
146+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-model-mesh-overlays-odh-crd.yaml,
147+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-odh-model-controller-crd.yaml,
148+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-odh-notebook-controller-kf-notebook-controller-crd.yaml,
149+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-ray-crd.yaml,
150+
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-trustyai-service-operator-crd.yaml
151151
</urls>
152152
<extraAnnotations>true</extraAnnotations>
153153
<alwaysPreserveUnknown>true</alwaysPreserveUnknown>

0 commit comments

Comments
 (0)