Bumping versions to 4.1.2-SNAPSHOT after release

This commit is contained in:
buildmaster
2024-03-27 12:47:57 +00:00
parent 1567588ea8
commit cdb25edd57
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.2.4-SNAPSHOT</version>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>oz.spring</groupId>
@@ -15,7 +15,7 @@
<description>Template project for creating function that can be deployed as AWS Lambda</description>
<properties>
<java.version>17</java.version>
<spring-cloud.version>2023.0.1-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>2023.0.2-SNAPSHOT</spring-cloud.version>
<wrapper.version>1.0.31.RELEASE</wrapper.version>
<aws-lambda-events.version>3.9.0</aws-lambda-events.version>
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>