Skip to content

Commit 34f0693

Browse files
author
Corneil du Plessis
authored
Change timestamp-task and timestamp-batch 3.0.x to Boot 3.2.8 (#201)
1 parent 72e7a92 commit 34f0693

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

timestamp-batch-3.0.x/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.3</version>
8+
<version>3.2.8</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring</groupId>
1212
<artifactId>timestamp-batch-task</artifactId>
13-
<version>3.1.0</version>
13+
<version>3.0.0</version>
1414
<name>timestamp-batch-task</name>
1515
<description>Simple Timestamp sample.</description>
1616

timestamp-task-3.0.x/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8+
<version>3.2.8</version>
89
<version>3.3.3</version>
910
<relativePath/> <!-- lookup parent from repository -->
1011
</parent>
1112
<groupId>io.spring</groupId>
1213
<artifactId>timestamp-task</artifactId>
13-
<version>3.1.0</version>
14+
<version>3.0.0</version>
1415
<name>timestamp-task</name>
1516
<description>Simple Timestamp sample.</description>
1617

0 commit comments

Comments
 (0)