Going back to snapshots

This commit is contained in:
spring-builds
2024-11-08 01:05:03 +00:00
parent a6379216f8
commit 1b7b31307a
59 changed files with 89 additions and 89 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-RC1</version>
<version>3.4.0-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>oz.native.sample</groupId>
@@ -15,7 +15,7 @@
<description>Sample of AWS with Spring Native</description>
<properties>
<java.version>19</java.version>
<spring-cloud.version>2024.0.0-RC1</spring-cloud.version><!-- @releaser:version-check-off -->
<spring-cloud.version>2024.0.0-SNAPSHOT</spring-cloud.version><!-- @releaser:version-check-off -->
</properties>
<dependencies>
<dependency>