Update to 1.0.0.M5
This commit is contained in:
@@ -24,7 +24,7 @@ apply plugin: 'spring-boot'
|
||||
apply plugin: 'org.springframework.boot.experimental.thin-launcher'
|
||||
|
||||
group = 'io.spring.sample'
|
||||
version = '1.0.0.BUILD-SNAPSHOT'
|
||||
version = '1.0.0.M5'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@@ -36,7 +36,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.M5"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>io.spring.sample</groupId>
|
||||
<artifactId>function-sample-task</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.M5</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>function-sample-task</name>
|
||||
<description>Spring Cloud Function Task Support</description>
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<spring-cloud-function.version>1.0.0.M5</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.9.RELEASE</wrapper.version>
|
||||
<reactor.version>3.1.2.RELEASE</reactor.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user