Skip to content

Commit e1c937f

Browse files
committed
Merge branch '4.3.x'
2 parents 29d0d27 + 3194de6 commit e1c937f

File tree

57 files changed

+85
-56
lines changed

Some content is hidden

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

57 files changed

+85
-56
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<name>spring-cloud-bus-parent</name>
1212
<description>Spring Cloud Bus Parent</description>
13+
<url>https://github.com/spring-cloud/spring-cloud-bus</url>
1314

1415
<parent>
1516
<groupId>org.springframework.cloud</groupId>
@@ -28,6 +29,34 @@
2829
<module>docs</module>
2930
</modules>
3031

32+
<licenses>
33+
<license>
34+
<name>Apache License, Version 2.0</name>
35+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
36+
</license>
37+
</licenses>
38+
<developers>
39+
<developer>
40+
<id>dsyer</id>
41+
<name>Dave Syer</name>
42+
<email>david.syer at broadcom.com</email>
43+
<organization>Broadcom, Inc.</organization>
44+
<organizationUrl>https://www.spring.io</organizationUrl>
45+
<roles>
46+
<role>lead</role>
47+
</roles>
48+
</developer>
49+
<developer>
50+
<id>sgibb</id>
51+
<name>Spencer Gibb</name>
52+
<email>spencer.gibb at broadcom.com</email>
53+
<organization>Broadcom, Inc.</organization>
54+
<organizationUrl>https://www.spring.io</organizationUrl>
55+
<roles>
56+
<role>lead</role>
57+
</roles>
58+
</developer>
59+
</developers>
3160
<properties>
3261
<spring-cloud-commons.version>5.0.0-SNAPSHOT</spring-cloud-commons.version>
3362
<spring-cloud-stream.version>5.0.0-SNAPSHOT</spring-cloud-stream.version>

spring-cloud-bus-tests/src/test/java/org/springframework/cloud/bus/BusAmqpIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2020 the original author or authors.
2+
* Copyright 2015-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus-tests/src/test/java/org/springframework/cloud/bus/BusJmxEndpointTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus-tests/src/test/java/org/springframework/cloud/bus/ShutdownListenerIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus-tests/src/test/java/org/springframework/cloud/bus/jackson/BusJacksonIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2025 the original author or authors.
2+
* Copyright 2012-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2020 the original author or authors.
2+
* Copyright 2015-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2020 the original author or authors.
2+
* Copyright 2015-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusEnvironmentPostProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)