File tree Expand file tree Collapse file tree 39 files changed +149
-149
lines changed
spring-cloud-function-dependencies
spring-cloud-function-deployer/src/it
spring-cloud-function-samples
function-functional-sample-aws
function-sample-aws-custom
function-sample-aws-custom-bean
function-sample-aws-native
function-sample-aws-routing
function-sample-aws-serverless-web-native
function-sample-azure-blob-trigger
function-sample-azure-http-trigger
function-sample-azure-kafka-trigger
function-sample-azure-time-trigger
function-sample-azure-web
function-sample-cloudevent
function-sample-cloudevent-rsocket
function-sample-cloudevent-sdk
function-sample-cloudevent-stream
function-sample-functional-aws-routing
function-sample-gcp-background
function-sample-grpc-cloudevent
function-sample-kotlin-web
function-sample-spring-integration
function-sample-supplier-exporter
src/test/java/com/example/demo Expand file tree Collapse file tree 39 files changed +149
-149
lines changed Original file line number Diff line number Diff line change 110
110
<repository >
111
111
<id >spring-snapshots</id >
112
112
<name >Spring Snapshots</name >
113
- <url >https://repo.spring.io/libs- snapshot-local </url >
113
+ <url >https://repo.spring.io/snapshot</url >
114
114
</repository >
115
115
<repository >
116
116
<id >spring-milestones</id >
117
117
<name >Spring Milestones</name >
118
- <url >https://repo.spring.io/libs- milestone-local </url >
118
+ <url >https://repo.spring.io/milestone</url >
119
119
</repository >
120
120
<repository >
121
121
<id >spring-releases</id >
127
127
<pluginRepository >
128
128
<id >spring-snapshots</id >
129
129
<name >Spring Snapshots</name >
130
- <url >https://repo.spring.io/libs- snapshot-local </url >
130
+ <url >https://repo.spring.io/snapshot</url >
131
131
</pluginRepository >
132
132
<pluginRepository >
133
133
<id >spring-milestones</id >
134
134
<name >Spring Milestones</name >
135
- <url >https://repo.spring.io/libs- milestone-local </url >
135
+ <url >https://repo.spring.io/milestone</url >
136
136
</pluginRepository >
137
137
<pluginRepository >
138
138
<id >spring-releases</id >
139
139
<name >Spring Releases</name >
140
- <url >https://repo.spring.io/libs- release-local </url >
140
+ <url >https://repo.spring.io/release</url >
141
141
</pluginRepository >
142
142
</pluginRepositories >
143
143
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.5.0 </version >
15
+ <version >4.0.0-SNAPSHOT </version >
16
16
<relativePath />
17
17
</parent >
18
18
72
72
<repository >
73
73
<id >spring-snapshots</id >
74
74
<name >Spring Snapshots</name >
75
- <url >https://repo.spring.io/libs- snapshot-local </url >
75
+ <url >https://repo.spring.io/snapshot</url >
76
76
</repository >
77
77
<repository >
78
78
<id >spring-milestones</id >
79
79
<name >Spring Milestones</name >
80
- <url >https://repo.spring.io/libs- milestone-local </url >
80
+ <url >https://repo.spring.io/milestone</url >
81
81
</repository >
82
82
<repository >
83
83
<id >spring-releases</id >
89
89
<pluginRepository >
90
90
<id >spring-snapshots</id >
91
91
<name >Spring Snapshots</name >
92
- <url >https://repo.spring.io/libs- snapshot-local </url >
92
+ <url >https://repo.spring.io/snapshot</url >
93
93
</pluginRepository >
94
94
<pluginRepository >
95
95
<id >spring-milestones</id >
96
96
<name >Spring Milestones</name >
97
- <url >https://repo.spring.io/libs- milestone-local </url >
97
+ <url >https://repo.spring.io/milestone</url >
98
98
</pluginRepository >
99
99
<pluginRepository >
100
100
<id >spring-releases</id >
101
101
<name >Spring Releases</name >
102
- <url >https://repo.spring.io/libs- release-local </url >
102
+ <url >https://repo.spring.io/release</url >
103
103
</pluginRepository >
104
104
</pluginRepositories >
105
105
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.5.0 </version >
15
+ <version >4.0.0-SNAPSHOT </version >
16
16
<relativePath />
17
17
</parent >
18
18
72
72
<repository >
73
73
<id >spring-snapshots</id >
74
74
<name >Spring Snapshots</name >
75
- <url >https://repo.spring.io/libs- snapshot-local </url >
75
+ <url >https://repo.spring.io/snapshot</url >
76
76
</repository >
77
77
<repository >
78
78
<id >spring-milestones</id >
79
79
<name >Spring Milestones</name >
80
- <url >https://repo.spring.io/libs- milestone-local </url >
80
+ <url >https://repo.spring.io/milestone</url >
81
81
</repository >
82
82
<repository >
83
83
<id >spring-releases</id >
89
89
<pluginRepository >
90
90
<id >spring-snapshots</id >
91
91
<name >Spring Snapshots</name >
92
- <url >https://repo.spring.io/libs- snapshot-local </url >
92
+ <url >https://repo.spring.io/snapshot</url >
93
93
</pluginRepository >
94
94
<pluginRepository >
95
95
<id >spring-milestones</id >
96
96
<name >Spring Milestones</name >
97
- <url >https://repo.spring.io/libs- milestone-local </url >
97
+ <url >https://repo.spring.io/milestone</url >
98
98
</pluginRepository >
99
99
<pluginRepository >
100
100
<id >spring-releases</id >
101
101
<name >Spring Releases</name >
102
- <url >https://repo.spring.io/libs- release-local </url >
102
+ <url >https://repo.spring.io/release</url >
103
103
</pluginRepository >
104
104
</pluginRepositories >
105
105
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.5.0 </version >
15
+ <version >4.0.0-SNAPSHOT </version >
16
16
<relativePath />
17
17
</parent >
18
18
72
72
<repository >
73
73
<id >spring-snapshots</id >
74
74
<name >Spring Snapshots</name >
75
- <url >https://repo.spring.io/libs- snapshot-local </url >
75
+ <url >https://repo.spring.io/snapshot</url >
76
76
</repository >
77
77
<repository >
78
78
<id >spring-milestones</id >
79
79
<name >Spring Milestones</name >
80
- <url >https://repo.spring.io/libs- milestone-local </url >
80
+ <url >https://repo.spring.io/milestone</url >
81
81
</repository >
82
82
<repository >
83
83
<id >spring-releases</id >
89
89
<pluginRepository >
90
90
<id >spring-snapshots</id >
91
91
<name >Spring Snapshots</name >
92
- <url >https://repo.spring.io/libs- snapshot-local </url >
92
+ <url >https://repo.spring.io/snapshot</url >
93
93
</pluginRepository >
94
94
<pluginRepository >
95
95
<id >spring-milestones</id >
96
96
<name >Spring Milestones</name >
97
- <url >https://repo.spring.io/libs- milestone-local </url >
97
+ <url >https://repo.spring.io/milestone</url >
98
98
</pluginRepository >
99
99
<pluginRepository >
100
100
<id >spring-releases</id >
101
101
<name >Spring Releases</name >
102
- <url >https://repo.spring.io/libs- release-local </url >
102
+ <url >https://repo.spring.io/release</url >
103
103
</pluginRepository >
104
104
</pluginRepositories >
105
105
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.5.0 </version >
15
+ <version >4.0.0-SNAPSHOT </version >
16
16
<relativePath />
17
17
</parent >
18
18
67
67
<repository >
68
68
<id >spring-snapshots</id >
69
69
<name >Spring Snapshots</name >
70
- <url >https://repo.spring.io/libs- snapshot-local </url >
70
+ <url >https://repo.spring.io/snapshot</url >
71
71
</repository >
72
72
<repository >
73
73
<id >spring-milestones</id >
74
74
<name >Spring Milestones</name >
75
- <url >https://repo.spring.io/libs- milestone-local </url >
75
+ <url >https://repo.spring.io/milestone</url >
76
76
</repository >
77
77
<repository >
78
78
<id >spring-releases</id >
84
84
<pluginRepository >
85
85
<id >spring-snapshots</id >
86
86
<name >Spring Snapshots</name >
87
- <url >https://repo.spring.io/libs- snapshot-local </url >
87
+ <url >https://repo.spring.io/snapshot</url >
88
88
</pluginRepository >
89
89
<pluginRepository >
90
90
<id >spring-milestones</id >
91
91
<name >Spring Milestones</name >
92
- <url >https://repo.spring.io/libs- milestone-local </url >
92
+ <url >https://repo.spring.io/milestone</url >
93
93
</pluginRepository >
94
94
<pluginRepository >
95
95
<id >spring-releases</id >
96
96
<name >Spring Releases</name >
97
- <url >https://repo.spring.io/libs- release-local </url >
97
+ <url >https://repo.spring.io/release</url >
98
98
</pluginRepository >
99
99
</pluginRepositories >
100
100
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.5.0 </version >
15
+ <version >4.0.0-SNAPSHOT </version >
16
16
<relativePath />
17
17
</parent >
18
18
73
73
<repository >
74
74
<id >spring-snapshots</id >
75
75
<name >Spring Snapshots</name >
76
- <url >https://repo.spring.io/libs- snapshot-local </url >
76
+ <url >https://repo.spring.io/snapshot</url >
77
77
</repository >
78
78
<repository >
79
79
<id >spring-milestones</id >
80
80
<name >Spring Milestones</name >
81
- <url >https://repo.spring.io/libs- milestone-local </url >
81
+ <url >https://repo.spring.io/milestone</url >
82
82
</repository >
83
83
<repository >
84
84
<id >spring-releases</id >
90
90
<pluginRepository >
91
91
<id >spring-snapshots</id >
92
92
<name >Spring Snapshots</name >
93
- <url >https://repo.spring.io/libs- snapshot-local </url >
93
+ <url >https://repo.spring.io/snapshot</url >
94
94
</pluginRepository >
95
95
<pluginRepository >
96
96
<id >spring-milestones</id >
97
97
<name >Spring Milestones</name >
98
- <url >https://repo.spring.io/libs- milestone-local </url >
98
+ <url >https://repo.spring.io/milestone</url >
99
99
</pluginRepository >
100
100
<pluginRepository >
101
101
<id >spring-releases</id >
102
102
<name >Spring Releases</name >
103
- <url >https://repo.spring.io/libs- release-local </url >
103
+ <url >https://repo.spring.io/release</url >
104
104
</pluginRepository >
105
105
</pluginRepositories >
106
106
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.5.0 </version >
15
+ <version >4.0.0-SNAPSHOT </version >
16
16
<relativePath />
17
17
</parent >
18
18
67
67
<repository >
68
68
<id >spring-snapshots</id >
69
69
<name >Spring Snapshots</name >
70
- <url >https://repo.spring.io/libs- snapshot-local </url >
70
+ <url >https://repo.spring.io/snapshot</url >
71
71
</repository >
72
72
<repository >
73
73
<id >spring-milestones</id >
74
74
<name >Spring Milestones</name >
75
- <url >https://repo.spring.io/libs- milestone-local </url >
75
+ <url >https://repo.spring.io/milestone</url >
76
76
</repository >
77
77
<repository >
78
78
<id >spring-releases</id >
84
84
<pluginRepository >
85
85
<id >spring-snapshots</id >
86
86
<name >Spring Snapshots</name >
87
- <url >https://repo.spring.io/libs- snapshot-local </url >
87
+ <url >https://repo.spring.io/snapshot</url >
88
88
</pluginRepository >
89
89
<pluginRepository >
90
90
<id >spring-milestones</id >
91
91
<name >Spring Milestones</name >
92
- <url >https://repo.spring.io/libs- milestone-local </url >
92
+ <url >https://repo.spring.io/milestone</url >
93
93
</pluginRepository >
94
94
<pluginRepository >
95
95
<id >spring-releases</id >
96
96
<name >Spring Releases</name >
97
- <url >https://repo.spring.io/libs- release-local </url >
97
+ <url >https://repo.spring.io/release</url >
98
98
</pluginRepository >
99
99
</pluginRepositories >
100
100
</project >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.5.0 </version >
15
+ <version >4.0.0-SNAPSHOT </version >
16
16
<relativePath />
17
17
</parent >
18
18
79
79
<repository >
80
80
<id >spring-snapshots</id >
81
81
<name >Spring Snapshots</name >
82
- <url >https://repo.spring.io/libs- snapshot-local </url >
82
+ <url >https://repo.spring.io/snapshot</url >
83
83
</repository >
84
84
<repository >
85
85
<id >spring-milestones</id >
86
86
<name >Spring Milestones</name >
87
- <url >https://repo.spring.io/libs- milestone-local </url >
87
+ <url >https://repo.spring.io/milestone</url >
88
88
</repository >
89
89
<repository >
90
90
<id >spring-releases</id >
96
96
<pluginRepository >
97
97
<id >spring-snapshots</id >
98
98
<name >Spring Snapshots</name >
99
- <url >https://repo.spring.io/libs- snapshot-local </url >
99
+ <url >https://repo.spring.io/snapshot</url >
100
100
</pluginRepository >
101
101
<pluginRepository >
102
102
<id >spring-milestones</id >
103
103
<name >Spring Milestones</name >
104
- <url >https://repo.spring.io/libs- milestone-local </url >
104
+ <url >https://repo.spring.io/milestone</url >
105
105
</pluginRepository >
106
106
<pluginRepository >
107
107
<id >spring-releases</id >
108
108
<name >Spring Releases</name >
109
- <url >https://repo.spring.io/libs- release-local </url >
109
+ <url >https://repo.spring.io/release</url >
110
110
</pluginRepository >
111
111
</pluginRepositories >
112
112
</project >
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >org.springframework.boot</groupId >
17
17
<artifactId >spring-boot-starter-parent</artifactId >
18
- <version >3.5.0 </version >
18
+ <version >4.0.0-SNAPSHOT </version >
19
19
<relativePath /> <!-- lookup parent from repository -->
20
20
</parent >
21
21
You can’t perform that action at this time.
0 commit comments