Skip to content

Commit af6c32c

Browse files
committed
Bumping versions
1 parent fb89603 commit af6c32c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

spring-cloud-task-samples/batch-events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0-M2</version>
1717
<relativePath />
1818
</parent>
1919

spring-cloud-task-samples/batch-job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0-M2</version>
1717
<relativePath />
1818
</parent>
1919

spring-cloud-task-samples/jpa-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0-M2</version>
1717
<relativePath />
1818
</parent>
1919

spring-cloud-task-samples/multiple-datasources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>4.0.0-SNAPSHOT</version>
17+
<version>4.0.0-M2</version>
1818
<relativePath />
1919
</parent>
2020

spring-cloud-task-samples/single-step-batch-job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0-M2</version>
1717
<relativePath />
1818
</parent>
1919

spring-cloud-task-samples/task-events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0-M2</version>
1717
<relativePath />
1818
</parent>
1919

spring-cloud-task-samples/task-observations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>4.0.0-SNAPSHOT</version>
18+
<version>4.0.0-M2</version>
1919
<relativePath />
2020
</parent>
2121

spring-cloud-task-samples/timestamp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0-M2</version>
1717
<relativePath />
1818
</parent>
1919

0 commit comments

Comments
 (0)