From c4ab2465a9c448e7b13006f872a34b1b7330b4e9 Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Thu, 12 Dec 2024 11:04:59 +0000 Subject: [PATCH] Adds javaoperatorsdk > This PR consist changes related to renaming package and group for code and artifacts from com.github.containersolutions to io.javaoperatorsdk. https://github.com/operator-framework/java-operator-sdk/pull/220 > This release includes new package name and artifact group id https://github.com/operator-framework/java-operator-sdk/releases/tag/v1.3.0 --- uc/og-definitions.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uc/og-definitions.json b/uc/og-definitions.json index e2b5748..a08551e 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -1,5 +1,5 @@ { - "date": "2024/10/21", + "date": "2024/12/12", "migration": [ { "old": "acegisecurity", @@ -159,6 +159,10 @@ "old": "com.facebook.android:facebook-marketing", "new": "com.facebook.android:facebook-core" }, + { + "old": "com.github.containersolutions", + "new": "io.javaoperatorsdk" + }, { "old": "com.github.dblock:oshi-core", "new": "com.github.oshi:oshi-core"