Revert "Update SNAPSHOT to 2.4.2"

This reverts commit 508e622ebe.
This commit is contained in:
Olga Maciaszek-Sharma
2022-04-27 11:04:05 +02:00
parent e02b258857
commit a1eb763da3
21 changed files with 27 additions and 187 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.2</version>
<version>2.4.2-SNAPSHOT</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.2</version>
<version>3.1.2-SNAPSHOT</version>
<relativePath />
</parent>