Skip to content

Commit cb01f89

Browse files
committed
Upgrade to reactor 2.0.1
1 parent 5465506 commit cb01f89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
5353
ext.nettyVersion = "4.0.27.Final"
5454
ext.openjpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
5555
ext.protobufVersion = "2.6.1"
56-
ext.reactorVersion = "2.0.1.BUILD-SNAPSHOT"
56+
ext.reactorVersion = "2.0.1.RELEASE"
5757
ext.slf4jVersion = "1.7.11"
5858
ext.snakeyamlVersion = "1.15"
5959
ext.snifferVersion = "1.14"
@@ -119,7 +119,6 @@ configure(allprojects) { project ->
119119
repositories {
120120
maven { url "https://repo.spring.io/libs-release" }
121121
maven { url "https://repo.spring.io/milestone" }
122-
maven { url "https://repo.spring.io/snapshot" } // for reactor 2.0.1 snapshot
123122
}
124123

125124
dependencies {

0 commit comments

Comments
 (0)