diff --git a/src/main/resources/META-INF/rewrite/apache-commons-lang-2-3.yml b/src/main/resources/META-INF/rewrite/apache-commons-lang-2-3.yml index 7304375..fb8103a 100644 --- a/src/main/resources/META-INF/rewrite/apache-commons-lang-2-3.yml +++ b/src/main/resources/META-INF/rewrite/apache-commons-lang-2-3.yml @@ -22,8 +22,7 @@ name: org.openrewrite.apache.commons.lang.UpgradeApacheCommonsLang_2_3 displayName: Migrates to Apache Commons Lang 3.x description: >- Migrate applications to the latest Apache Commons Lang 3.x release. This recipe modifies - application's build files, make changes to deprecated/preferred APIs, and migrates configuration settings that have - changes between versions. + application's build files, and changes the package as per [the migration release notes](https://commons.apache.org/proper/commons-lang/article3_0.html). tags: - apache - commons