Skip to content

Commit 66e0aba

Browse files
authored
Update release.yml
1 parent f0e390c commit 66e0aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
## Usage
9999
Execute the following maven command in the maven project that you want to migrate:
100100
```
101-
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
101+
mvn org.openrewrite.maven:rewrite-maven-plugin:run \
102102
-Drewrite.recipeArtifactCoordinates=software.xdev:${{ env.PRIMARY_MAVEN_MODULE }}:${{ steps.version.outputs.release }} \
103103
-Drewrite.activeRecipes=software.xdev.spring.data.eclipse.store.JpaMigration
104104
```

0 commit comments

Comments
 (0)