Skip to content

Commit 3d76136

Browse files
committed
Updates bus to 5.0.0
1 parent 40994ab commit 3d76136

File tree

10 files changed

+92
-12
lines changed

10 files changed

+92
-12
lines changed

.github/dependabot.yml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
target-branch: "main"
11+
schedule:
12+
interval: "weekly"
13+
- package-ecosystem: maven
14+
directory: /
15+
schedule:
16+
interval: daily
17+
target-branch: main
18+
#ignore:
19+
# only upgrade by minor or patch
20+
#- dependency-name: "*"
21+
# update-types:
22+
# - version-update:semver-major
23+
- package-ecosystem: maven
24+
directory: /
25+
schedule:
26+
interval: daily
27+
target-branch: 4.3.x
28+
ignore:
29+
# only upgrade by minor or patch
30+
- dependency-name: "*"
31+
update-types:
32+
- version-update:semver-major
33+
- version-update:semver-minor
34+
- package-ecosystem: maven
35+
directory: /
36+
schedule:
37+
interval: daily
38+
target-branch: 4.2.x
39+
ignore:
40+
# only upgrade by minor or patch
41+
- dependency-name: "*"
42+
update-types:
43+
- version-update:semver-major
44+
- version-update:semver-minor
45+
- package-ecosystem: maven
46+
directory: /
47+
schedule:
48+
interval: daily
49+
target-branch: 4.1.x
50+
ignore:
51+
# only upgrade by minor or patch
52+
- dependency-name: "*"
53+
update-types:
54+
- version-update:semver-major
55+
- version-update:semver-minor
56+
- package-ecosystem: npm
57+
target-branch: docs-build
58+
directory: /
59+
schedule:
60+
interval: weekly
61+
- package-ecosystem: npm
62+
target-branch: main
63+
directory: /docs
64+
schedule:
65+
interval: weekly
66+
- package-ecosystem: npm
67+
target-branch: 4.2.x
68+
directory: /docs
69+
schedule:
70+
interval: weekly
71+
- package-ecosystem: npm
72+
target-branch: 4.2.x
73+
directory: /docs
74+
schedule:
75+
interval: weekly
76+
- package-ecosystem: npm
77+
target-branch: 4.1.x
78+
directory: /docs
79+
schedule:
80+
interval: weekly

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-bus-parent</artifactId>
11-
<version>4.3.1-SNAPSHOT</version>
11+
<version>5.0.0-SNAPSHOT</version>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<name>Spring Cloud Bus Docs</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-bus-parent</artifactId>
8-
<version>4.3.1-SNAPSHOT</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>spring-cloud-bus-parent</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-build</artifactId>
17-
<version>4.3.1-SNAPSHOT</version>
17+
<version>5.0.0-SNAPSHOT</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -30,7 +30,7 @@
3030
</modules>
3131

3232
<properties>
33-
<spring-cloud-commons.version>4.3.1-SNAPSHOT</spring-cloud-commons.version>
33+
<spring-cloud-commons.version>5.0.0-SNAPSHOT</spring-cloud-commons.version>
3434
<spring-cloud-stream.version>4.3.1-SNAPSHOT</spring-cloud-stream.version>
3535
<spring-cloud-function.version>4.3.1-SNAPSHOT</spring-cloud-function.version>
3636
<bintray.package>bus</bintray.package>

spring-cloud-bus-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<artifactId>spring-cloud-dependencies-parent</artifactId>
88
<groupId>org.springframework.cloud</groupId>
9-
<version>4.3.1-SNAPSHOT</version>
9+
<version>5.0.0-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212
<artifactId>spring-cloud-bus-dependencies</artifactId>
13-
<version>4.3.1-SNAPSHOT</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>spring-cloud-bus-dependencies</name>
1616
<description>Spring Cloud Bus Dependencies</description>

spring-cloud-bus-rsocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.cloud</groupId>
1515
<artifactId>spring-cloud-bus-parent</artifactId>
16-
<version>4.3.1-SNAPSHOT</version>
16+
<version>5.0.0-SNAPSHOT</version>
1717
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1818
</parent>
1919

spring-cloud-bus-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.cloud</groupId>
1515
<artifactId>spring-cloud-bus-parent</artifactId>
16-
<version>4.3.1-SNAPSHOT</version>
16+
<version>5.0.0-SNAPSHOT</version>
1717
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1818
</parent>
1919

spring-cloud-bus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.cloud</groupId>
1515
<artifactId>spring-cloud-bus-parent</artifactId>
16-
<version>4.3.1-SNAPSHOT</version>
16+
<version>5.0.0-SNAPSHOT</version>
1717
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1818
</parent>
1919

spring-cloud-starter-bus-amqp/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.cloud</groupId>
88
<artifactId>spring-cloud-bus-parent</artifactId>
9-
<version>4.3.1-SNAPSHOT</version>
9+
<version>5.0.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-starter-bus-amqp</artifactId>

spring-cloud-starter-bus-kafka/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.cloud</groupId>
88
<artifactId>spring-cloud-bus-parent</artifactId>
9-
<version>4.3.1-SNAPSHOT</version>
9+
<version>5.0.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-starter-bus-kafka</artifactId>

spring-cloud-starter-bus-stream/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.cloud</groupId>
88
<artifactId>spring-cloud-bus-parent</artifactId>
9-
<version>4.3.1-SNAPSHOT</version>
9+
<version>5.0.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-starter-bus-stream</artifactId>

0 commit comments

Comments
 (0)