Preparing s-c-function for 3.0.0.M1
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -6,11 +6,11 @@
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Cloud Starter Build</name>
|
||||
<description>Spring Cloud Starter Build</description>
|
||||
<version>Greenwich.SR1</version>
|
||||
<version>Hoxton.BUILD-SNAPSHOT</version>
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>2.1.4.RELEASE</version>
|
||||
<version>2.2.0.M1</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -5,17 +5,17 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||
<version>2.1.4.RELEASE</version>
|
||||
<version>2.2.0.M1</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-dependencies</artifactId>
|
||||
<version>Greenwich.SR1</version>
|
||||
<version>Hoxton.BUILD-SNAPSHOT</version>
|
||||
<name>spring-cloud-dependencies</name>
|
||||
<description>Spring Cloud Dependencies</description>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
<spring-cloud-function.version>2.0.2.RELEASE</spring-cloud-function.version>
|
||||
<spring-cloud-function.version>3.0.0.M1</spring-cloud-function.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.1.4.RELEASE</version>
|
||||
<version>2.2.0.M3</version>
|
||||
</parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-parent</artifactId>
|
||||
<version>Greenwich.SR1</version>
|
||||
<version>Hoxton.BUILD-SNAPSHOT</version>
|
||||
<name>spring-cloud-starter-parent</name>
|
||||
<description>Spring Cloud Starter Parent</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
Reference in New Issue
Block a user