Skip to content

Commit

Permalink
Merge pull request #75 from timtebeek/mysql-connector-j
Browse files Browse the repository at this point in the history
Add migration definition `mysql:mysql-connector-java` to `com.mysql:mysql-connector-j`
  • Loading branch information
jonathanlermitage authored Jan 20, 2024
2 parents 8403afc + 553b62b commit 7967724
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/definitions.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<[email protected]>).
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 (<[email protected]>).

### Find new entries for definitions file

Expand Down
4 changes: 4 additions & 0 deletions uc/og-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7967724

Please sign in to comment.