From 592db8c62fd7b095752dec3fb87f4b24e793cf27 Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Mon, 3 Jun 2024 23:12:20 +0100 Subject: [PATCH] Adds maven-replacer-plugin > Plugin artifactId was renamed to "replacer" from "maven-replacer-plugin" due to a naming policy change from the Maven team https://code.google.com/archive/p/maven-replacer-plugin/ --- uc/og-definitions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uc/og-definitions.json b/uc/og-definitions.json index 8033211..a5cae79 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -259,6 +259,10 @@ "old": "com.googlecode.openpojo:openpojo", "new": "com.openpojo:openpojo" }, + { + "old": "com.google.code.maven-replacer-plugin:maven-replacer-plugin", + "new": "com.google.code.maven-replacer-plugin:replacer" + }, { "old": "com.google.code.reflection-utils:reflection-utils", "new": "com.github.ekryd.reflection-utils:reflection-utils"