Update sample builds to latest versions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.2.RELEASE'
|
||||
wrapperVersion = '1.0.7.RELEASE'
|
||||
shadowVersion = '2.0.1'
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
shadowVersion = '2.0.1'
|
||||
}
|
||||
repositories {
|
||||
jcenter()
|
||||
@@ -15,6 +15,8 @@ buildscript {
|
||||
classpath "com.github.jengelman.gradle.plugins:shadow:${shadowVersion}"
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +44,7 @@ ext {
|
||||
awsLambdaEventsVersion = "1.2.1"
|
||||
awsLambdaCoreVersion = "1.1.0"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
|
||||
assemble.dependsOn = [shadowJar, bootRepackage]
|
||||
|
||||
@@ -63,9 +65,6 @@ configurations {
|
||||
testCompile.extendsFrom(compileOnly)
|
||||
}
|
||||
|
||||
// TODO: remove this when pom.xml generator is fixed
|
||||
jar.dependsOn = [thinProperties]
|
||||
|
||||
dependencies {
|
||||
compile("org.springframework.cloud:spring-cloud-function-web:${springCloudFunctionVersion}")
|
||||
compile("org.springframework.cloud:spring-cloud-function-adapter-aws:${springCloudFunctionVersion}")
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<wrapper.version>1.0.5.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.9.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>
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.2.RELEASE'
|
||||
wrapperVersion = '1.0.7.RELEASE'
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/plugins-snapshot" }
|
||||
maven { url "https://repo.spring.io/plugins-milestone" }
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,10 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
// TODO: remove this when pom.xml generator is fixed
|
||||
jar.dependsOn = [thinProperties]
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -13,16 +13,16 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.1.RELEASE</version>
|
||||
<version>1.5.9.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</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>
|
||||
<spring-cloud-stream.version>Ditmars.RELEASE</spring-cloud-stream.version>
|
||||
<reactor.version>3.1.1.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.9.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.2.RELEASE'
|
||||
wrapperVersion = '1.0.7.RELEASE'
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.BUILD-SNAPSHOT'
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/plugins-snapshot" }
|
||||
maven { url "https://repo.spring.io/plugins-milestone" }
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,10 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
// TODO: remove this when pom.xml generator is fixed
|
||||
jar.dependsOn = [thinProperties]
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.2.RELEASE</version>
|
||||
<version>1.5.9.RELEASE</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<reactor.version>3.1.1.RELEASE</reactor.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.2.RELEASE'
|
||||
wrapperVersion = '1.0.7.RELEASE'
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
@@ -12,6 +12,8 @@ buildscript {
|
||||
dependencies {
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,17 +31,14 @@ targetCompatibility = 1.8
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/plugins-snapshot" }
|
||||
maven { url "https://repo.spring.io/plugins-milestone" }
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
// TODO: remove this when pom.xml generator is fixed
|
||||
jar.dependsOn = [thinProperties]
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -13,15 +13,15 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.1.RELEASE</version>
|
||||
<version>1.5.9.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.7.RELEASE</wrapper.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.9.RELEASE</wrapper.version>
|
||||
<reactor.version>3.1.1.RELEASE</reactor.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.2.RELEASE'
|
||||
wrapperVersion = '1.0.7.RELEASE'
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
@@ -12,6 +12,8 @@ buildscript {
|
||||
dependencies {
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,10 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
// TODO: remove this when pom.xml generator is fixed
|
||||
jar.dependsOn = [thinProperties]
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -13,15 +13,15 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.1.RELEASE</version>
|
||||
<version>1.5.9.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.7.RELEASE</wrapper.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.9.RELEASE</wrapper.version>
|
||||
<reactor.version>3.1.1.RELEASE</reactor.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.2.RELEASE'
|
||||
wrapperVersion = '1.0.7.RELEASE'
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/plugins-snapshot" }
|
||||
maven { url "https://repo.spring.io/plugins-milestone" }
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,10 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.0.7.RELEASE"
|
||||
|
||||
// TODO: remove this when pom.xml generator is fixed
|
||||
jar.dependsOn = [thinProperties]
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -13,15 +13,15 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.2.RELEASE</version>
|
||||
<version>1.5.9.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<reactor.version>3.0.7.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.7.RELEASE</wrapper.version>
|
||||
<reactor.version>3.1.1.RELEASE</reactor.version>
|
||||
<wrapper.version>1.0.9.RELEASE</wrapper.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
boms.spring-cloud-dependencies: org.springframework.cloud:spring-cloud-dependencies:Dalston.RELEASE
|
||||
boms.spring-cloud-dependencies: org.springframework.cloud:spring-cloud-dependencies:Edgware.RELEASE
|
||||
dependencies.spring-cloud-function-stream: org.springframework.cloud:spring-cloud-function-stream:1.0.0.BUILD-SNAPSHOT
|
||||
dependencies.spring-cloud-stream-rabbit: org.springframework.cloud:spring-cloud-starter-stream-rabbit
|
||||
Reference in New Issue
Block a user