Skip to content

Commit 20d228a

Browse files
authored
Update package version
1 parent dbe16a4 commit 20d228a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Azure-spring-rewrite is released as a GitHub Maven package. To use it, you need
9595
9696
dependencies {
9797
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:1.17.0"))
98-
rewrite("com.azure.spring.migration:azure-spring-rewrite:0.1.1")
98+
rewrite("com.azure.spring.migration:azure-spring-rewrite:0.2.0")
9999
}
100100
```
101101

102102
You can **configure the recipes you want to apply to your application** by modifying the value of `-Drewrite.activeRecipes` in the Maven command line or `activeRecipe` in the Gradle file.
103-
You can add one or all of the defined recipes `com.azure.spring.migration.UpgradeToAzureSpringApps` and `com.azure.spring.migration.UpgradeSpringboot_2_7_SpringCloud_2021`, or add official OpenRewrite recipes, such as `org.openrewrite.java.migrate.UpgradeToJava17` ([reference page](https://docs.openrewrite.org/reference/recipes/java/migrate/upgradetojava17)).
103+
You can add one or all of the defined recipes `com.azure.spring.migration.UpgradeToAzureSpringApps` and `com.azure.spring.migration.UpgradeSpringboot_2_7_SpringCloud_2021`, or add official OpenRewrite recipes, such as `org.openrewrite.java.migrate.UpgradeToJava17` ([reference page](https://docs.openrewrite.org/reference/recipes/java/migrate/upgradetojava17)).

0 commit comments

Comments
 (0)