diff --git a/pom.xml b/pom.xml index 72f4258b9..cd9c404e2 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,11 @@ pom spring-cloud-stream-release-build Spring Cloud Stream Release Build - Horsham.SR2 + Horsham.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-build - 2.2.2.RELEASE + 2.2.1.RELEASE diff --git a/spring-cloud-starter-parent/pom.xml b/spring-cloud-starter-parent/pom.xml index a6ffbc716..11ab24e5c 100644 --- a/spring-cloud-starter-parent/pom.xml +++ b/spring-cloud-starter-parent/pom.xml @@ -6,11 +6,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.4.RELEASE + 2.2.2.RELEASE org.springframework.cloud spring-cloud-stream-starter-parent - Horsham.SR2 + Horsham.BUILD-SNAPSHOT spring-cloud-stream-starter-parent Specifies Boot version for the releaser pom diff --git a/spring-cloud-stream-dependencies/.flattened-pom.xml b/spring-cloud-stream-dependencies/.flattened-pom.xml deleted file mode 100644 index 061bc7103..000000000 --- a/spring-cloud-stream-dependencies/.flattened-pom.xml +++ /dev/null @@ -1,231 +0,0 @@ - - - 4.0.0 - - org.springframework.cloud - spring-cloud-dependencies-parent - 2.2.2.RELEASE - - - org.springframework.cloud - spring-cloud-stream-dependencies - Horsham.SR2 - pom - spring-cloud-stream-dependencies - Spring Cloud Stream Dependencies - https://projects.spring.io/spring-cloud/spring-cloud-stream-dependencies/ - - 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 - - Project lead - - - - sgibb - Spencer Gibb - sgibb at pivotal.io - Pivotal Software, Inc. - https://www.spring.io - - Project lead - - - - - scm:git:git://github.com/spring-cloud/spring-cloud-build.git/spring-cloud-stream-dependencies - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-build.git/spring-cloud-stream-dependencies - https://github.com/spring-cloud/spring-cloud-build/spring-cloud-stream-dependencies - - - - repo.spring.io - Spring Release Repository - https://repo.spring.io/libs-release-local - - - repo.spring.io - Spring Snapshot Repository - https://repo.spring.io/libs-snapshot-local - - - spring-docs - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-cloud/docs/spring-cloud-dependencies-parent/2.2.2.RELEASE/spring-cloud-stream-dependencies - - https://github.com/spring-cloud - - - Horsham.SR2 - 3.0.2.RELEASE - 3.0.2.RELEASE - 1.0.2.RELEASE - 3.0.2.RELEASE - - - - - org.springframework.cloud - spring-cloud-stream - ${spring-cloud-stream.version} - - - org.springframework.cloud - spring-cloud-stream - ${spring-cloud-stream.version} - test-jar - test-binder - test - - - org.springframework.cloud - spring-cloud-stream-binder-test - ${spring-cloud-stream.version} - - - org.springframework.cloud - spring-cloud-schema-registry-core - ${spring-cloud-schema-registry.version} - - - org.springframework.cloud - spring-cloud-schema-registry-server - ${spring-cloud-schema-registry.version} - - - org.springframework.cloud - spring-cloud-schema-registry-client - ${spring-cloud-schema-registry.version} - - - org.springframework.cloud - spring-cloud-stream-test-support - ${spring-cloud-stream.version} - - - org.springframework.cloud - spring-cloud-stream-binder-kafka - ${spring-cloud-stream-binder-kafka.version} - - - org.springframework.cloud - spring-cloud-stream-binder-kafka-streams - ${spring-cloud-stream-binder-kafka.version} - - - org.springframework.cloud - spring-cloud-stream-binder-kafka-core - ${spring-cloud-stream-binder-kafka.version} - - - org.springframework.cloud - spring-cloud-starter-stream-kafka - ${spring-cloud-stream-binder-kafka.version} - - - org.springframework.cloud - spring-cloud-stream-binder-rabbit - ${spring-cloud-stream-binder-rabbit.version} - - - org.springframework.cloud - spring-cloud-stream-binder-rabbit-core - ${spring-cloud-stream-binder-rabbit.version} - - - org.springframework.cloud - spring-cloud-starter-stream-rabbit - ${spring-cloud-stream-binder-rabbit.version} - - - org.springframework.cloud - spring-cloud-stream-binder-rabbit-test-support - ${spring-cloud-stream-binder-rabbit.version} - - - - - - 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 - - - - - - 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 - - - - - diff --git a/spring-cloud-stream-dependencies/pom.xml b/spring-cloud-stream-dependencies/pom.xml index 9297f30d3..710ec15ee 100644 --- a/spring-cloud-stream-dependencies/pom.xml +++ b/spring-cloud-stream-dependencies/pom.xml @@ -10,16 +10,16 @@ spring-cloud-stream-dependencies - Horsham.SR2 + Horsham.BUILD-SNAPSHOT pom spring-cloud-stream-dependencies Spring Cloud Stream Dependencies - 3.0.2.RELEASE - 3.0.2.RELEASE - 3.0.2.RELEASE - 1.0.2.RELEASE - Horsham.SR2 + 3.0.2.BUILD-SNAPSHOT + 3.0.2.BUILD-SNAPSHOT + 3.0.2.BUILD-SNAPSHOT + 1.0.2.BUILD-SNAPSHOT + Horsham.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-docs/core b/spring-cloud-stream-docs/core new file mode 160000 index 000000000..fcbbd0950 --- /dev/null +++ b/spring-cloud-stream-docs/core @@ -0,0 +1 @@ +Subproject commit fcbbd09502ca78d5dde12fd0cde4f311a19b5d99 diff --git a/spring-cloud-stream-docs/kafka b/spring-cloud-stream-docs/kafka new file mode 160000 index 000000000..e2fc45c4c --- /dev/null +++ b/spring-cloud-stream-docs/kafka @@ -0,0 +1 @@ +Subproject commit e2fc45c4ce27fb6ab62f981ee8e21628fa55895a diff --git a/spring-cloud-stream-docs/pom.xml b/spring-cloud-stream-docs/pom.xml index 5c9eb5052..d9ea507ac 100644 --- a/spring-cloud-stream-docs/pom.xml +++ b/spring-cloud-stream-docs/pom.xml @@ -6,18 +6,18 @@ org.springframework.cloud spring-cloud-build - 2.2.2.RELEASE + 2.2.1.RELEASE spring-cloud-stream-docs spring-cloud-stream-docs Spring Cloud Stream Docs - Horsham.SR2 + Horsham.BUILD-SNAPSHOT ${basedir}/.. - 3.0.2.RELEASE - 3.0.2.RELEASE - 3.0.2.RELEASE + 3.0.2.BUILD-SNAPSHOT + 3.0.2.BUILD-SNAPSHOT + 3.0.2.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-docs/rabbit b/spring-cloud-stream-docs/rabbit new file mode 160000 index 000000000..91cefc4d3 --- /dev/null +++ b/spring-cloud-stream-docs/rabbit @@ -0,0 +1 @@ +Subproject commit 91cefc4d3822df32fc2df3b2e188944e92069f28