Bumping versions for SCF 3.0.3.RELEASE

This commit is contained in:
Oleg Zhurakousky
2020-03-03 14:34:55 +01:00
parent 6bd994590f
commit 2bbbed0fed
3 changed files with 8 additions and 8 deletions

View File

@@ -5,17 +5,17 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.3.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-dependencies</artifactId>
<version>HOXTON.SR1</version>
<version>HOXTON.SR3</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.2.RELEASE</spring-cloud-function.version>
<spring-cloud-function.version>3.0.3.RELEASE</spring-cloud-function.version>
</properties>
<dependencyManagement>
<dependencies>