Skip to content

Commit

Permalink
Merge pull request #12 from Scalified/4.3.1
Browse files Browse the repository at this point in the history
# 4.3.1-RELEASE
  • Loading branch information
vbaidak authored May 16, 2020
2 parents 6bb57d1 + 357accf commit 742a19e
Show file tree
Hide file tree
Showing 3 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.3.1-RELEASE

# 4.3-RELEASE

* [**#11** JavaEE 8 Update](https://github.com/Scalified/axonframework-cdi/issues/11)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.3")
val axonVersion by extra("4.3.1")

group = "com.scalified"
version = "$axonVersion-RELEASE"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 742a19e

Please sign in to comment.