Prepped for 3.0.0.RELEASE of s-c-function

This commit is contained in:
Oleg Zhurakousky
2019-11-22 11:48:07 +01:00
parent 9c26478230
commit 207b4f27d0
3 changed files with 7 additions and 7 deletions

View File

@@ -5,17 +5,17 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>2.2.0.RC2</version>
<version>2.2.0.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-dependencies</artifactId>
<version>HOXTON.RC2</version>
<version>HOXTON.RELEASE</version>
<name>spring-cloud-dependencies</name>
<description>Spring Cloud Dependencies</description>
<packaging>pom</packaging>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<spring-cloud-function.version>3.0.0.RC2</spring-cloud-function.version>
<spring-cloud-function.version>3.0.0.RELEASE</spring-cloud-function.version>
</properties>
<dependencyManagement>
<dependencies>