Skip to content

Commit

Permalink
Merge pull request #97 from froque/add_fabric8-maven-plugin
Browse files Browse the repository at this point in the history
Adds fabric8-maven-plugin
  • Loading branch information
jonathanlermitage authored Oct 21, 2024
2 parents adeb08e + 77adac5 commit 2945e7d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions uc/og-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,15 @@
"old": "info.cukes",
"new": "io.cucumber"
},
{
"old": "io.fabric8:fabric8-maven-plugin",
"new": "org.eclipse.jkube:kubernetes-maven-plugin",
"context": "This project has been rebranded to https://github.com/eclipse-jkube/jkube."
},
{
"old": "io.fabric8:maven-model-interpreter",
"new": "io.fabric8:maven-model-helper"
},
{
"old": "io.github.benas:random-beans",
"new": "org.jeasy:easy-random-core"
Expand Down Expand Up @@ -1543,6 +1552,10 @@
"old": "org.eclipse.jetty.websocket:javax-websocket-client-impl",
"new": "org.eclipse.jetty.websocket:websocket-javax-client"
},
{
"old": "org.eclipse.jkube:k8s-maven-plugin",
"new": "org.eclipse.jkube:kubernetes-maven-plugin"
},
{
"old": "org.eu.acolyte:acolyte-core",
"new": "org.eu.acolyte:jdbc-driver"
Expand Down

0 comments on commit 2945e7d

Please sign in to comment.