Going back to snapshots

This commit is contained in:
Marcin Grzejszczak
2018-08-22 18:03:37 +02:00
parent aca771fb8b
commit b28e22d255
24 changed files with 34 additions and 34 deletions

View File

@@ -13,13 +13,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.M2</version>
<version>1.5.11.RELEASE</version>
<relativePath/>
</parent>
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>2.0.0.M1</spring-cloud-function.version>
<spring-cloud-function.version>2.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.10.RELEASE</wrapper.version>
<reactor.version>3.1.2.RELEASE</reactor.version>
</properties>