Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
{
"name": "modernize-java",
"description": "GitHub Copilot modernization – Java Upgrade CLI Plugin helps you upgrade Java applications from the command line. It brings intelligent modernization capabilities to your terminal and CI/CD pipelines: analyze your project and generate an upgrade plan, automatically transform your codebase, fix build issues, validate against known CVEs, and output a detailed summary of file changes and updated dependencies.",
"version": "1.9.2",
"version": "1.22.0",
"author": {
"name": "microsoft",
"url": "https://github.com/microsoft/modernize-java"
Expand All @@ -811,8 +811,8 @@
"source": "github",
"repo": "microsoft/modernize-java",
"path": "plugins/modernize-java",
"ref": "1.9.2",
"sha": "b570196c070bf1eb9d7ad34a263b228ef16034a0"
"ref": "1.22.0",
"sha": "ef5367b446566bdc90960deeb40def63f9e7024e"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
{
"name": "modernize-java",
"description": "GitHub Copilot modernization – Java Upgrade CLI Plugin helps you upgrade Java applications from the command line. It brings intelligent modernization capabilities to your terminal and CI/CD pipelines: analyze your project and generate an upgrade plan, automatically transform your codebase, fix build issues, validate against known CVEs, and output a detailed summary of file changes and updated dependencies.",
"version": "1.9.2",
"version": "1.22.0",
Comment thread
leonard520 marked this conversation as resolved.
"author": {
"name": "microsoft",
"url": "https://github.com/microsoft/modernize-java"
Expand All @@ -543,8 +543,8 @@
"source": "github",
"repo": "microsoft/modernize-java",
"path": "plugins/modernize-java",
"ref": "1.9.2",
"sha": "b570196c070bf1eb9d7ad34a263b228ef16034a0"
"ref": "1.22.0",
"sha": "ef5367b446566bdc90960deeb40def63f9e7024e"
}
},
{
Expand Down
Loading