Update versions of timestamp-task and timestamp-batch 3.0.x to 3.1.0 and Spring Boot 3.3.3 (#205)

This commit is contained in:
Corneil du Plessis
2024-11-04 14:46:25 +02:00
committed by GitHub
parent 3cdb23312a
commit c5b6e1d668
2 changed files with 4 additions and 4 deletions

View File

@@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.8</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.spring</groupId>
<artifactId>timestamp-batch-task</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<name>timestamp-batch-task</name>
<description>Simple Timestamp sample.</description>

View File

@@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.8</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.spring</groupId>
<artifactId>timestamp-task</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<name>timestamp-task</name>
<description>Simple Timestamp sample.</description>