Going back to snapshots

This commit is contained in:
buildmaster
2022-11-17 16:45:34 +00:00
parent fb70104047
commit 1f066f6fd2
47 changed files with 75 additions and 75 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0-RC2</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>io.spring.sample</groupId>
@@ -16,7 +16,7 @@
<properties>
<wrapper.version>1.0.27.RELEASE</wrapper.version>
<spring-cloud-function.version>4.0.0-RC2</spring-cloud-function.version>
<spring-cloud-function.version>4.0.0-SNAPSHOT</spring-cloud-function.version>
</properties>
<dependencies>