Skip to content

Commit

Permalink
upgrade release versions, remove obsolete version
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Jan 16, 2024
1 parent d9b2b27 commit 89d097a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
Global / excludeLintKeys := Set(git.useGitDescribe)

lazy val rootScalaVersion = "3.3.1"
lazy val flinkVersion = System.getProperty("flinkVersion", "1.16.2")
lazy val flinkVersion = System.getProperty("flinkVersion", "1.16.3")

lazy val root = (project in file("."))
.settings(ReleaseProcess.releaseSettings(flinkVersion): _*)
Expand Down
5 changes: 2 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
set -ex
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.15.4 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.16.2 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.17.1 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.16.3 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.17.2 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.18.0 test 'release with-defaults'
wait

0 comments on commit 89d097a

Please sign in to comment.