From 000786513db20bcf950dd03250b4ec0b815a2c26 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 7 Nov 2019 13:45:56 +0000 Subject: [PATCH] Bumping versions --- .flattened-pom.xml | 134 ++++++++++++++++ docs/.flattened-pom.xml | 113 ++++++++++++++ spring-cloud-bus-tests/.flattened-pom.xml | 99 ++++++++++++ spring-cloud-bus/.flattened-pom.xml | 147 ++++++++++++++++++ .../.flattened-pom.xml | 113 ++++++++++++++ .../.flattened-pom.xml | 113 ++++++++++++++ 6 files changed, 719 insertions(+) create mode 100644 .flattened-pom.xml create mode 100644 docs/.flattened-pom.xml create mode 100644 spring-cloud-bus-tests/.flattened-pom.xml create mode 100644 spring-cloud-bus/.flattened-pom.xml create mode 100644 spring-cloud-starter-bus-amqp/.flattened-pom.xml create mode 100644 spring-cloud-starter-bus-kafka/.flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml new file mode 100644 index 0000000..7e0991f --- /dev/null +++ b/.flattened-pom.xml @@ -0,0 +1,134 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-build + 2.2.0.BUILD-SNAPSHOT + + + org.springframework.cloud + spring-cloud-bus-parent + 2.2.0.BUILD-SNAPSHOT + pom + spring-cloud-bus-parent + Spring Cloud Bus Parent + https://spring.io/spring-cloud/spring-cloud-bus-parent + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-bus.git + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-bus.git + https://github.com/spring-cloud/spring-cloud-bus + + + + spring + + + + false + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + + + false + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + + diff --git a/docs/.flattened-pom.xml b/docs/.flattened-pom.xml new file mode 100644 index 0000000..a0f10c3 --- /dev/null +++ b/docs/.flattened-pom.xml @@ -0,0 +1,113 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-bus-parent + 2.2.0.BUILD-SNAPSHOT + + org.springframework.cloud + spring-cloud-bus-docs + 2.2.0.BUILD-SNAPSHOT + pom + Spring Cloud Bus Docs + Spring Cloud Docs + https://spring.io/spring-cloud/spring-cloud-bus-parent/spring-cloud-bus-docs + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-bus-docs + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-bus-docs + https://github.com/spring-cloud/spring-cloud-bus/spring-cloud-bus-docs + + + + org.springframework.cloud + spring-cloud-starter-bus-amqp + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-starter-bus-kafka + 2.2.0.BUILD-SNAPSHOT + compile + + + diff --git a/spring-cloud-bus-tests/.flattened-pom.xml b/spring-cloud-bus-tests/.flattened-pom.xml new file mode 100644 index 0000000..a38b7c4 --- /dev/null +++ b/spring-cloud-bus-tests/.flattened-pom.xml @@ -0,0 +1,99 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-bus-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-bus-tests + 2.2.0.BUILD-SNAPSHOT + spring-cloud-bus-tests + Spring Cloud Bus Tests + https://spring.io/spring-cloud/spring-cloud-bus-parent/spring-cloud-bus-tests + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-bus-tests + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-bus-tests + https://github.com/spring-cloud/spring-cloud-bus/spring-cloud-bus-tests + + diff --git a/spring-cloud-bus/.flattened-pom.xml b/spring-cloud-bus/.flattened-pom.xml new file mode 100644 index 0000000..055590d --- /dev/null +++ b/spring-cloud-bus/.flattened-pom.xml @@ -0,0 +1,147 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-bus-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-bus + 2.2.0.BUILD-SNAPSHOT + spring-cloud-bus + Spring Cloud Bus + https://spring.io/spring-cloud/spring-cloud-bus-parent/spring-cloud-bus + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-bus + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-bus + https://github.com/spring-cloud/spring-cloud-bus/spring-cloud-bus + + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + true + + + org.springframework.cloud + spring-cloud-starter + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-stream + 3.0.0.BUILD-SNAPSHOT + compile + + + org.springframework.integration + spring-integration-core + 5.2.1.RELEASE + compile + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-starter-bus-amqp/.flattened-pom.xml b/spring-cloud-starter-bus-amqp/.flattened-pom.xml new file mode 100644 index 0000000..b4509e1 --- /dev/null +++ b/spring-cloud-starter-bus-amqp/.flattened-pom.xml @@ -0,0 +1,113 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-bus-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-starter-bus-amqp + 2.2.0.BUILD-SNAPSHOT + spring-cloud-starter-bus-amqp + Spring Cloud Starter + https://projects.spring.io/spring-cloud + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-starter-bus-amqp + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-starter-bus-amqp + https://github.com/spring-cloud/spring-cloud-bus/spring-cloud-starter-bus-amqp + + + + org.springframework.cloud + spring-cloud-starter-stream-rabbit + 3.0.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-bus + 2.2.0.BUILD-SNAPSHOT + compile + + + diff --git a/spring-cloud-starter-bus-kafka/.flattened-pom.xml b/spring-cloud-starter-bus-kafka/.flattened-pom.xml new file mode 100644 index 0000000..67c8ce2 --- /dev/null +++ b/spring-cloud-starter-bus-kafka/.flattened-pom.xml @@ -0,0 +1,113 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-bus-parent + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-starter-bus-kafka + 2.2.0.BUILD-SNAPSHOT + spring-cloud-starter-bus-kafka + Spring Cloud Starter + https://projects.spring.io/spring-cloud + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-starter-bus-kafka + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-bus.git/spring-cloud-starter-bus-kafka + https://github.com/spring-cloud/spring-cloud-bus/spring-cloud-starter-bus-kafka + + + + org.springframework.cloud + spring-cloud-starter-stream-kafka + 3.0.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-bus + 2.2.0.BUILD-SNAPSHOT + compile + + +