Skip to content

Commit

Permalink
Update maintenance.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak authored Jun 4, 2024
1 parent 15c56c0 commit ccd30ef
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 @@ -21,6 +21,8 @@ fun main(args: Array<String>) { // run with WORKSPACE file path as the first arg
bumpPlugins("233", out)
bumpRelease("2024.1", "241", out)
bumpPlugins("241", out)
bumpEap("242", out)
bumpPlugins("242", out)
bumpMavenPackages("junit:junit", "JUNIT", out)
}

Expand Down

0 comments on commit ccd30ef

Please sign in to comment.