diff --git a/core/spring-cloud-stream-binder-test/pom.xml b/core/spring-cloud-stream-binder-test/pom.xml
index 74cbf70dd..fcc62a9b3 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
3.2.3-SNAPSHOT
diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml
index ca484c0dc..22e0ffc43 100644
--- a/core/spring-cloud-stream-integration-tests/pom.xml
+++ b/core/spring-cloud-stream-integration-tests/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
- spring-cloud-stream-parent
+ spring-cloud-stream-core
3.2.3-SNAPSHOT
diff --git a/core/spring-cloud-stream-test-support-internal/pom.xml b/core/spring-cloud-stream-test-support-internal/pom.xml
index e187bb102..6733cffc0 100644
--- a/core/spring-cloud-stream-test-support-internal/pom.xml
+++ b/core/spring-cloud-stream-test-support-internal/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.cloud
- spring-cloud-stream-parent
+ spring-cloud-stream-core
3.2.3-SNAPSHOT
spring-cloud-stream-test-support-internal
diff --git a/core/spring-cloud-stream-test-support/pom.xml b/core/spring-cloud-stream-test-support/pom.xml
index 528ace4b5..f22a1275b 100644
--- a/core/spring-cloud-stream-test-support/pom.xml
+++ b/core/spring-cloud-stream-test-support/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.cloud
- spring-cloud-stream-parent
+ spring-cloud-stream-core
3.2.3-SNAPSHOT
spring-cloud-stream-test-support
diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml
index 95c888410..5ca5e0215 100644
--- a/core/spring-cloud-stream/pom.xml
+++ b/core/spring-cloud-stream/pom.xml
@@ -11,8 +11,13 @@
org.springframework.cloud
+<<<<<<< HEAD
spring-cloud-stream-parent
3.2.3-SNAPSHOT
+=======
+ spring-cloud-stream-core
+ 4.0.0-SNAPSHOT
+>>>>>>> a951837e4... Fixes parent