File tree 10 files changed +17
-12
lines changed
spring-cloud-bus-dependencies
spring-cloud-starter-bus-amqp
spring-cloud-starter-bus-kafka
spring-cloud-starter-bus-stream
10 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Enable auto-env through the sdkman_auto_env config
2
2
# Add key=value pairs of SDKs to use below
3
- java=8 .0.292.hs-adpt
3
+ java=17 .0.1-tem
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-bus-parent</artifactId >
11
- <version >3.1.1 -SNAPSHOT</version >
11
+ <version >4.0.0 -SNAPSHOT</version >
12
12
</parent >
13
13
<packaging >jar</packaging >
14
14
<name >Spring Cloud Bus Docs</name >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >spring-cloud-bus-parent</artifactId >
8
- <version >3.1.1 -SNAPSHOT</version >
8
+ <version >4.0.0 -SNAPSHOT</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >spring-cloud-bus-parent</name >
14
14
<parent >
15
15
<groupId >org.springframework.cloud</groupId >
16
16
<artifactId >spring-cloud-build</artifactId >
17
- <version >3.1.1 -SNAPSHOT</version >
17
+ <version >4.0.0 -SNAPSHOT</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
30
30
</modules >
31
31
32
32
<properties >
33
- <spring-cloud-commons .version>3.1.1 -SNAPSHOT</spring-cloud-commons .version>
33
+ <spring-cloud-commons .version>4.0.0 -SNAPSHOT</spring-cloud-commons .version>
34
34
<spring-cloud-stream .version>3.2.1</spring-cloud-stream .version>
35
35
<spring-cloud-function .version>3.2.1</spring-cloud-function .version>
36
36
<bintray .package>bus</bintray .package>
155
155
<artifactId >spring-cloud-test-support</artifactId >
156
156
<version >${spring-cloud-commons.version} </version >
157
157
</dependency >
158
+ <dependency >
159
+ <groupId >org.springframework.cloud</groupId >
160
+ <artifactId >spring-cloud-stream</artifactId >
161
+ <version >4.0.0-SNAPSHOT</version >
162
+ </dependency >
158
163
<dependency >
159
164
<groupId >org.springframework.cloud</groupId >
160
165
<artifactId >spring-cloud-stream-dependencies</artifactId >
Original file line number Diff line number Diff line change 10
10
<relativePath />
11
11
</parent >
12
12
<artifactId >spring-cloud-bus-dependencies</artifactId >
13
- <version >3.1.1 -SNAPSHOT</version >
13
+ <version >4.0.0 -SNAPSHOT</version >
14
14
<packaging >pom</packaging >
15
15
<name >spring-cloud-bus-dependencies</name >
16
16
<description >Spring Cloud Bus Dependencies</description >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.cloud</groupId >
15
15
<artifactId >spring-cloud-bus-parent</artifactId >
16
- <version >3.1.1 -SNAPSHOT</version >
16
+ <version >4.0.0 -SNAPSHOT</version >
17
17
<relativePath >..</relativePath > <!-- lookup parent from repository -->
18
18
</parent >
19
19
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.cloud</groupId >
15
15
<artifactId >spring-cloud-bus-parent</artifactId >
16
- <version >3.1.1 -SNAPSHOT</version >
16
+ <version >4.0.0 -SNAPSHOT</version >
17
17
<relativePath >..</relativePath > <!-- lookup parent from repository -->
18
18
</parent >
19
19
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.cloud</groupId >
15
15
<artifactId >spring-cloud-bus-parent</artifactId >
16
- <version >3.1.1 -SNAPSHOT</version >
16
+ <version >4.0.0 -SNAPSHOT</version >
17
17
<relativePath >..</relativePath > <!-- lookup parent from repository -->
18
18
</parent >
19
19
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-bus-parent</artifactId >
9
- <version >3.1.1 -SNAPSHOT</version >
9
+ <version >4.0.0 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<artifactId >spring-cloud-starter-bus-amqp</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-bus-parent</artifactId >
9
- <version >3.1.1 -SNAPSHOT</version >
9
+ <version >4.0.0 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<artifactId >spring-cloud-starter-bus-kafka</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-bus-parent</artifactId >
9
- <version >3.1.1 -SNAPSHOT</version >
9
+ <version >4.0.0 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<artifactId >spring-cloud-starter-bus-stream</artifactId >
You can’t perform that action at this time.
0 commit comments