diff --git a/.github/ISSUE_TEMPLATE/definitions.yml b/.github/ISSUE_TEMPLATE/definitions.yml index c9c039f..5007c71 100644 --- a/.github/ISSUE_TEMPLATE/definitions.yml +++ b/.github/ISSUE_TEMPLATE/definitions.yml @@ -1,6 +1,6 @@ name: Add a new migration definition description: Request a new migration definition be added to the list of supported migrations. -title: "Migration definition `groupId:artifactId`" +title: "Migration definition `groupId:artifactId` to `groupId:artifactId`" labels: [enhancement] body: - type: markdown diff --git a/README.md b/README.md index e1e9cc7..4ffb21f 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Please reformat new code only: do not reformat the whole project or entire exist ### Definitions file -The list of deprecated *groupId + artifactId* couples is stored in [og-definitions.json](uc/og-definitions.json) file. To remove/update/add entries, you can open an issue, submit a merge request, or simply send an email (). +The list of deprecated *groupId + artifactId* couples is stored in [og-definitions.json](uc/og-definitions.json) file. To remove/update/add entries, you can [open an issue](https://github.com/jonathanlermitage/oga-maven-plugin/issues/new?assignees=&labels=enhancement&projects=&template=definitions.yml&title=Migration+definition+%60groupId%3AartifactId%60+to+%60groupId%3AartifactId%60), submit a merge request, or simply send an email (). ### Find new entries for definitions file diff --git a/uc/og-definitions.json b/uc/og-definitions.json index 189f49e..0440170 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -1232,6 +1232,10 @@ "old": "netbeans:cvslib", "new": "org.netbeans:lib" }, + { + "old": "mysql:mysql-connector-java", + "new": "com.mysql:mysql-connector-j" + }, { "old": "net.htmlparser:jericho-html", "new": "net.htmlparser.jericho:jericho-html"