Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 54ecd38

Browse files
committed
Update samples to 0.11.5-SNAPSHOT
1 parent 47cae14 commit 54ecd38

File tree

80 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+84
-84
lines changed

samples/actuator-webflux-management-port/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>spring-native-sample-parent</artifactId>
9-
<version>0.11.4-SNAPSHOT</version>
9+
<version>0.11.5-SNAPSHOT</version>
1010
<relativePath>../maven-parent/pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.example</groupId>

samples/actuator-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>spring-native-sample-parent</artifactId>
9-
<version>0.11.4-SNAPSHOT</version>
9+
<version>0.11.5-SNAPSHOT</version>
1010
<relativePath>../maven-parent/pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.example</groupId>

samples/actuator-webmvc-management-port/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>spring-native-sample-parent</artifactId>
9-
<version>0.11.4-SNAPSHOT</version>
9+
<version>0.11.5-SNAPSHOT</version>
1010
<relativePath>../maven-parent/pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.example</groupId>

samples/actuator-webmvc-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>spring-native-sample-parent</artifactId>
9-
<version>0.11.4-SNAPSHOT</version>
9+
<version>0.11.5-SNAPSHOT</version>
1010
<relativePath>../maven-parent/pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.example</groupId>

samples/actuator-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>spring-native-sample-parent</artifactId>
9-
<version>0.11.4-SNAPSHOT</version>
9+
<version>0.11.5-SNAPSHOT</version>
1010
<relativePath>../maven-parent/pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.example</groupId>

samples/async/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.experimental</groupId>
99
<artifactId>spring-native-sample-parent</artifactId>
10-
<version>0.11.4-SNAPSHOT</version>
10+
<version>0.11.5-SNAPSHOT</version>
1111
<relativePath>../maven-parent/pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.example</groupId>

samples/batch-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.experimental</groupId>
99
<artifactId>spring-native-sample-parent</artifactId>
10-
<version>0.11.4-SNAPSHOT</version>
10+
<version>0.11.5-SNAPSHOT</version>
1111
<relativePath>../maven-parent/pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.example</groupId>

samples/batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.experimental</groupId>
99
<artifactId>spring-native-sample-parent</artifactId>
10-
<version>0.11.4-SNAPSHOT</version>
10+
<version>0.11.5-SNAPSHOT</version>
1111
<relativePath>../maven-parent/pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.example</groupId>

samples/boot-features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.experimental</groupId>
99
<artifactId>spring-native-sample-parent</artifactId>
10-
<version>0.11.4-SNAPSHOT</version>
10+
<version>0.11.5-SNAPSHOT</version>
1111
<relativePath>../maven-parent/pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.example</groupId>

samples/class-proxies-aop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>spring-native-sample-parent</artifactId>
9-
<version>0.11.4-SNAPSHOT</version>
9+
<version>0.11.5-SNAPSHOT</version>
1010
<relativePath>../maven-parent/pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)