Renames property to spring-cloud-commons.version.

This allows the build/release process to replace the appropriate version with a milestone or release version number.
This commit is contained in:
spencergibb
2022-03-31 16:57:03 -04:00
parent c0287ec4bd
commit 30b661daa1
6 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
</parent>
<properties>
<test.cloud.support>4.0.0-SNAPSHOT</test.cloud.support>
<spring-cloud-commons.version>4.0.0-SNAPSHOT</spring-cloud-commons.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
</properties>
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-test-support</artifactId>
<version>${test.cloud.support}</version>
<version>${spring-cloud-commons.version}</version>
<scope>test</scope>
</dependency>
</dependencies>