Skip to content

Commit

Permalink
243
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak authored Sep 26, 2024
1 parent de6c270 commit 40bbb2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maintenance/maintenance.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ fun main(args: Array<String>) { // run with WORKSPACE file path as the first arg
bumpPlugins("241", out)
bumpRelease("2024.2", "242", out)
bumpPlugins("242", out)
bumpEap("243", out)
bumpPlugins("243", out)
bumpMavenPackages("junit:junit", "JUNIT", out)
}

Expand Down

0 comments on commit 40bbb2e

Please sign in to comment.