From a951837e4ecbc4274d6c0dab6525ea3c9c1c80d8 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 31 Mar 2022 14:26:00 -0400 Subject: [PATCH] Fixes parent --- core/spring-cloud-stream-binder-test/pom.xml | 2 +- core/spring-cloud-stream/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/spring-cloud-stream-binder-test/pom.xml b/core/spring-cloud-stream-binder-test/pom.xml index 0dfceaba0..cd9a520c5 100644 --- a/core/spring-cloud-stream-binder-test/pom.xml +++ b/core/spring-cloud-stream-binder-test/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud - spring-cloud-stream-parent + spring-cloud-stream-core 4.0.0-SNAPSHOT diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml index 84a768e64..fa220720e 100644 --- a/core/spring-cloud-stream/pom.xml +++ b/core/spring-cloud-stream/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud - spring-cloud-stream-parent + spring-cloud-stream-core 4.0.0-SNAPSHOT