Skip to content

Commit

Permalink
Change Jakarta card description (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jul 11, 2023
1 parent 2caab3e commit f482878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const LINUX: TransformationPathOption = {
export const JAKARTA9: TransformationPathOption = {
label: "Jakarta EE 9",
description:
"A collection of rules to support migrating applications from Java EE 8 to Jakarta EE 9. The rules cover project dependencies, package renaming, updating XML Schema namespaces, the renaming of application configuration properties and bootstrapping files.",
"A collection of rules to support migrating applications from Java EE 8 to Jakarta EE 9 (and above). The rules cover project dependencies, package renaming, updating XML Schema namespaces, the renaming of application configuration properties and bootstrapping files.",
options: "jakarta-ee",
iconSrc: migration,
};
Expand Down

0 comments on commit f482878

Please sign in to comment.