Revert to snapshots
This commit is contained in:
@@ -26,7 +26,7 @@ apply plugin: 'spring-boot'
|
||||
apply plugin: 'org.springframework.boot.experimental.thin-launcher'
|
||||
|
||||
group = 'io.spring.sample'
|
||||
version = '1.0.1.RELEASE'
|
||||
version = '1.0.2.BUILD-SNAPSHOT'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.1.RELEASE"
|
||||
springCloudFunctionVersion = "1.0.2.BUILD-SNAPSHOT"
|
||||
awsLambdaEventsVersion = "1.2.1"
|
||||
awsLambdaCoreVersion = "1.1.0"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>io.spring.sample</groupId>
|
||||
<artifactId>function-sample-aws</artifactId>
|
||||
<version>1.0.1.RELEASE</version>
|
||||
<version>1.0.2.BUILD-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>function-sample-aws</name>
|
||||
@@ -25,8 +25,8 @@
|
||||
<wrapper.version>1.0.10.RELEASE</wrapper.version>
|
||||
<aws-lambda-events.version>2.0.2</aws-lambda-events.version>
|
||||
<reactor.version>3.1.2.RELEASE</reactor.version>
|
||||
<spring-cloud-function.version>1.0.1.RELEASE</spring-cloud-function.version>
|
||||
<spring-cloud-stream-servlet.version>1.0.1.RELEASE</spring-cloud-stream-servlet.version>
|
||||
<spring-cloud-function.version>1.0.2.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<spring-cloud-stream-servlet.version>1.0.2.BUILD-SNAPSHOT</spring-cloud-stream-servlet.version>
|
||||
<start-class>example.Config</start-class>
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user