Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration definition mysql:mysql-connector-java to com.mysql:mysql-connector-j #75

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (<jonathan.lermitage@gmail.com>).
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 (<jonathan.lermitage@gmail.com>).

### 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
Loading