Updated additional parent poms to 5.0.0-SNAPSHOT

This commit is contained in:
Glenn Renfro
2025-06-11 10:08:36 -04:00
parent aaf7a748f3
commit 388ff711c6
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath />
</parent>

View File

@@ -10,7 +10,7 @@
<artifactId>spring-cloud-starter-single-step-batch-job</artifactId>
<properties>
<spring-cloud-commons.version>4.3.1-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-commons.version>5.0.0-SNAPSHOT</spring-cloud-commons.version>
</properties>
<dependencies>

View File

@@ -10,7 +10,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath />
</parent>