Skip to content

Commit

Permalink
Merge branch 'main' into gitignore-update
Browse files Browse the repository at this point in the history
  • Loading branch information
nagu165 authored Jan 10, 2025
2 parents ac409bd + ef346c7 commit 5951b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The above command creates pull requests in the respective remote repositories af
### with dry-run

```shell
plugin-modernizer run --plugins git,git-client,jobcacher --recipe AddPluginsBom --dry-run
plugin-modernizer dry-run --plugins git,git-client,jobcacher --recipe AddPluginsBom
```

The above command generates patch files instead of applying changes directly. These patch files are saved in `/target/rewrite/rewrite.patch` inside each plugin directory. No pull requests will be created.
Expand Down
2 changes: 1 addition & 1 deletion plugin-modernizer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<artifactItem>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler</artifactId>
<version>1940.v41211a_a_b_b_d8b_</version>
<version>1942.v708e07325402</version>
</artifactItem>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down

0 comments on commit 5951b88

Please sign in to comment.