Update to 1.0.0.M1
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.0.BUILD-SNAPSHOT'
|
||||
version = '1.0.0.M1'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.M1"
|
||||
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.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.M1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>function-sample-aws</name>
|
||||
@@ -25,7 +25,7 @@
|
||||
<wrapper.version>1.0.5.RELEASE</wrapper.version>
|
||||
<aws-lambda-events.version>1.2.1</aws-lambda-events.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<spring-cloud-function.version>1.0.0.M1</spring-cloud-function.version>
|
||||
<start-class>example.Config</start-class>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -22,7 +22,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.M1'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@@ -34,7 +34,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.M1"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>io.spring.sample</groupId>
|
||||
<artifactId>function-sample-compiler</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.M1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>spring-cloud-function-sample-compiler</name>
|
||||
<description>Spring Cloud Function Lambda Compiling 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.M1</spring-cloud-function.version>
|
||||
<spring-cloud-stream.version>Chelsea.SR2</spring-cloud-stream.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.7.RELEASE</wrapper.version>
|
||||
|
||||
@@ -22,7 +22,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.M1'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@@ -34,7 +34,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.M1"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>io.spring.sample</groupId>
|
||||
<artifactId>function-sample-pof</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.M1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>spring-cloud-function-sample-pof</name>
|
||||
<description>Spring Cloud Function Web Support</description>
|
||||
@@ -21,7 +21,7 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<spring-cloud-function.version>1.0.0.M1</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -49,6 +49,13 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
|
||||
@@ -22,7 +22,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.M1'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@@ -34,7 +34,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.M1"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>io.spring.sample</groupId>
|
||||
<artifactId>function-sample-pojo</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.M1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>spring-cloud-function-sample-pojo</name>
|
||||
<description>Spring Cloud Function Web 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.M1</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.7.RELEASE</wrapper.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
</properties>
|
||||
|
||||
@@ -22,7 +22,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.M1'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@@ -34,7 +34,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.M1"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.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.M1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>spring-cloud-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.M1</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.7.RELEASE</wrapper.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
</properties>
|
||||
|
||||
@@ -34,7 +34,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.M1"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.example</groupId>
|
||||
<artifactId>spring-cloud-function-sample</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<groupId>io.spring.sample</groupId>
|
||||
<artifactId>function-sample</artifactId>
|
||||
<version>1.0.0.M1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>spring-cloud-function-sample</name>
|
||||
<description>Spring Cloud Function Web 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.M1</spring-cloud-function.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.7.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
boms.spring-cloud-dependencies: org.springframework.cloud:spring-cloud-dependencies:Dalston.RELEASE
|
||||
dependencies.spring-cloud-function-stream: org.springframework.cloud:spring-cloud-function-stream:1.0.0.BUILD-SNAPSHOT
|
||||
dependencies.spring-cloud-function-stream: org.springframework.cloud:spring-cloud-function-stream:1.0.0.M1
|
||||
dependencies.spring-cloud-stream-rabbit: org.springframework.cloud:spring-cloud-starter-stream-rabbit
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-function-parent</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.M1</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
|
||||
Reference in New Issue
Block a user