Skip to content

Commit

Permalink
Upgrade fabric8 to 6.11.0 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Apr 2, 2024
1 parent 66bf817 commit 2a0dea3
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fabric8.version>6.10.0</fabric8.version>
<fabric8.version>6.11.0</fabric8.version>
<maven.compiler.version>3.11.0</maven.compiler.version>
</properties>

Expand Down Expand Up @@ -135,17 +135,19 @@
</executions>
<configuration>
<urls>
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/install/deploy.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-codeflare-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-dashboard-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-data-science-pipelines-operator-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-kserve-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-model-mesh-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-model-mesh-overlays-odh-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-odh-model-controller-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-odh-notebook-controller-kf-notebook-controller-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-ray-crd.yaml,
https://raw.githubusercontent.com/skodjob/sokar/main/open-data-hub/client/odh-manifests-trustyai-service-operator-crd.yaml
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/install/deploy.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-codeflare-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-dashboard-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-data-science-pipelines-operator-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-kserve-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-kueue-components-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-model-mesh-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-model-mesh-overlays-odh-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-model-registry-operator-crd.yaml,
<!-- https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-odh-model-controller-crd.yaml, -->
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-odh-notebook-controller-kf-notebook-controller-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-ray-crd.yaml,
https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/client/odh-manifests-trustyai-service-operator-crd.yaml
</urls>
<extraAnnotations>true</extraAnnotations>
<alwaysPreserveUnknown>true</alwaysPreserveUnknown>
Expand Down

0 comments on commit 2a0dea3

Please sign in to comment.