Update SNAPSHOT to 2.4.3

This commit is contained in:
buildmaster
2022-05-26 18:26:46 +00:00
committed by Glenn Renfro
parent 0af7520cf5
commit 9b22485971
21 changed files with 187 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.4.3</version>
<packaging>pom</packaging>
<name>Spring Cloud Task Dependencies</name>
<description>Spring Cloud Task Dependencies</description>
@@ -10,7 +10,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<relativePath />
</parent>