Skip to content

Commit c4105f8

Browse files
committed
Bumping versions
1 parent 0f04ea3 commit c4105f8

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

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.4.0</version>
15+
<version>3.5.0-SNAPSHOT</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.4.0</version>
15+
<version>3.5.0-SNAPSHOT</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.4.0</version>
15+
<version>3.5.0-SNAPSHOT</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.4.0</version>
15+
<version>3.5.0-SNAPSHOT</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.4.0</version>
15+
<version>3.5.0-SNAPSHOT</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.4.0</version>
15+
<version>3.5.0-SNAPSHOT</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.4.0</version>
15+
<version>3.5.0-SNAPSHOT</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.4.0</version>
18+
<version>3.5.0-SNAPSHOT</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.0</version>
8+
<version>3.5.0-SNAPSHOT</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring.sample</groupId>

spring-cloud-function-samples/function-sample-aws-custom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.0</version>
8+
<version>3.5.0-SNAPSHOT</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring.sample</groupId>

0 commit comments

Comments
 (0)