Skip to content

Commit

Permalink
Bump snapshots on Thursdays, as we release on Wednesdays
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 24, 2024
1 parent 1d2d8aa commit 03dea00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: bump-snapshots
on:
workflow_dispatch: {}
schedule:
- cron: 0 11 * * WED
- cron: 0 11 * * THU

jobs:
bump-snapshots:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<properties>
<!-- Pinned versions, as RELEASE would make it into the published pom.xml -->
<rewrite.version>8.31.0-SNAPSHOT</rewrite.version>
<rewrite.version>8.32.0-SNAPSHOT</rewrite.version>
<rewrite.kotlin.version>1.20.0-SNAPSHOT</rewrite.kotlin.version>

<!-- using 'ssh' url scheme by default, which assumes a human is performing git operations leveraging an ssh key -->
Expand Down

0 comments on commit 03dea00

Please sign in to comment.