Bumping versions to 3.2.10-SNAPSHOT after release

This commit is contained in:
buildmaster
2023-02-23 22:16:05 +00:00
parent 11f02aea47
commit 3635f9eb5c
53 changed files with 81 additions and 81 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.13</version>
<version>2.6.14</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -16,7 +16,7 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>1.8</java.version>
<spring-cloud.version>2021.0.6-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2021.0.7-SNAPSHOT</spring-cloud.version>
<azure.functions.java.core.version>2.1.0</azure.functions.java.core.version>
<start-class>example.TimerTriggerDemoApplication</start-class>