Bumping versions to 3.2.12-SNAPSHOT after release

This commit is contained in:
buildmaster
2023-06-29 10:45:36 +00:00
parent 88b7f09062
commit cc4488cf0a
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.14</version>
<version>2.6.15</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.8-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2021.0.9-SNAPSHOT</spring-cloud.version>
<azure.functions.java.core.version>2.1.0</azure.functions.java.core.version>
<start-class>example.TimerTriggerDemoApplication</start-class>