We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd7b4a commit 4ea640eCopy full SHA for 4ea640e
build.gradle
@@ -28,7 +28,7 @@ plugins {
28
subprojects {
29
apply plugin: 'io.spring.dependency-management'
30
31
- ext['reactor-bom.version'] = 'Californium-SR1'
+ ext['reactor-bom.version'] = 'Californium-BUILD-SNAPSHOT'
32
ext['logback.version'] = '1.2.3'
33
ext['findbugs.version'] = '3.0.2'
34
ext['netty.version'] = '4.1.29.Final'
gradle.properties
@@ -11,4 +11,4 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
#
14
-version=0.11.9
+version=0.11.10.BUILD-SNAPSHOT
0 commit comments