Skip to content

Commit

Permalink
Upgrade to SF 5.2.0.M2; SD More.M4
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed May 13, 2019
1 parent 3648396 commit ee7d0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ subprojects { subproject ->
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.0'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = '3.2.6.RELEASE'
springDataCommonsVersion = '2.2.0.BUILD-SNAPSHOT'
springDataCommonsVersion = '2.2.0.M4'

springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.BUILD-SNAPSHOT'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.M2'

springRetryVersion = '1.2.4.RELEASE'
}
Expand Down

0 comments on commit ee7d0cd

Please sign in to comment.