Update SNAPSHOT to 3.0.1

This commit is contained in:
buildmaster
2021-01-27 20:27:51 +00:00
parent 4be51d36b8
commit 6e213c5919
12 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>Spring Cloud Commons Parent</name>
<description>Spring Cloud Commons Parent</description>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>