Skip to content

Commit

Permalink
# 4.5-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaidak committed Apr 10, 2021
1 parent be33d11 commit aab92d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 4.5-RC1

# 4.4.8-RELEASE

# 4.4.7-RELEASE
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ allprojects {
val lombokVersion by extra("1.18.12")
val javaeeVersion by extra("8.0")
val commonsLang3Version by extra("3.9")
val axonVersion by extra("4.4.8")
val axonVersion by extra("4.5")

group = "com.scalified"
version = "$axonVersion-RELEASE"
version = "$axonVersion-RC1"

repositories {
mavenCentral()
Expand Down

0 comments on commit aab92d6

Please sign in to comment.