Skip to content

Commit 8603f20

Browse files
committed
Bumping dependency versions after release
1 parent d114c98 commit 8603f20

File tree

38 files changed

+42
-42
lines changed

38 files changed

+42
-42
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-build</artifactId>
15-
<version>4.1.4-SNAPSHOT</version>
15+
<version>4.1.5-SNAPSHOT</version>
1616
<relativePath/>
1717
</parent>
1818

spring-cloud-function-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-cloud-dependencies-parent</artifactId>
88
<groupId>org.springframework.cloud</groupId>
9-
<version>4.1.4-SNAPSHOT</version>
9+
<version>4.1.5-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212
<artifactId>spring-cloud-function-dependencies</artifactId>

spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.12-SNAPSHOT</version>
15+
<version>3.2.12</version>
1616
<relativePath/>
1717
</parent>
1818

spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.12-SNAPSHOT</version>
15+
<version>3.2.12</version>
1616
<relativePath />
1717
</parent>
1818

spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.12-SNAPSHOT</version>
15+
<version>3.2.12</version>
1616
<relativePath/>
1717
</parent>
1818

spring-cloud-function-deployer/src/it/bootapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.12-SNAPSHOT</version>
15+
<version>3.2.12</version>
1616
<relativePath/>
1717
</parent>
1818

spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.12-SNAPSHOT</version>
15+
<version>3.2.12</version>
1616
<relativePath/>
1717
</parent>
1818

spring-cloud-function-deployer/src/it/bootjar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.12-SNAPSHOT</version>
15+
<version>3.2.12</version>
1616
<relativePath/>
1717
</parent>
1818

spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.12-SNAPSHOT</version>
15+
<version>3.2.12</version>
1616
<relativePath />
1717
</parent>
1818

spring-cloud-function-samples/function-functional-sample-aws/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>3.2.12-SNAPSHOT</version>
18+
<version>3.2.12</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

0 commit comments

Comments
 (0)