diff --git a/kafka-streams-samples/kafka-streams-interactive-query/pom.xml b/kafka-streams-samples/kafka-streams-interactive-query/pom.xml
index 00de9e5..56de449 100644
--- a/kafka-streams-samples/kafka-streams-interactive-query/pom.xml
+++ b/kafka-streams-samples/kafka-streams-interactive-query/pom.xml
@@ -8,10 +8,10 @@
kafka-streams-interactive-query
- org.springframework.boot
- spring-boot-starter-parent
- 3.2.0-SNAPSHOT
-
+ io.spring.cloud.stream.sample
+ spring-cloud-stream-samples-parent
+ 0.0.1-SNAPSHOT
+ ../..
diff --git a/kafka-streams-samples/pom.xml b/kafka-streams-samples/pom.xml
index 6e75fd6..69a4fed 100644
--- a/kafka-streams-samples/pom.xml
+++ b/kafka-streams-samples/pom.xml
@@ -24,7 +24,7 @@
kafka-streams-destination-pattern
kafka-streams-jaas-security
kafka-streams-multiple-input-topics
-
+ kafka-streams-interactive-query
diff --git a/pom.xml b/pom.xml
index 84d45fe..801fe8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,8 @@
multi-binder-samples
partitioning-samples
routing-samples
-
-
+ spring-cloud-stream-schema-registry-integration
+ stream-function-batch-producer-consumer
testing-samples
transaction-kafka-samples
diff --git a/spring-cloud-stream-schema-registry-integration/pom.xml b/spring-cloud-stream-schema-registry-integration/pom.xml
index 57ac4af..b76edfb 100644
--- a/spring-cloud-stream-schema-registry-integration/pom.xml
+++ b/spring-cloud-stream-schema-registry-integration/pom.xml
@@ -2,7 +2,7 @@
4.0.0
spring-cloud-stream-schema-registry-integration
- 4.1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
pom
spring-cloud-stream-schema-registry-integration
SCSt Schema Registry Integration Sample App
@@ -26,18 +26,6 @@
2023.0.0-SNAPSHOT
-
-
-
- org.springframework.cloud
- spring-cloud-stream-dependencies
- ${project.version}
- pom
- import
-
-
-
-
diff --git a/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml b/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml
index 033d6bd..f0c0b97 100644
--- a/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml
+++ b/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml
@@ -3,15 +3,16 @@
4.0.0
schema-registry-consumer-kafka
- 4.1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
jar
schema-registry-consumer-kafka
SCSt Schema Registry Consumer
- org.springframework.cloud
+ io.spring.cloud.stream.sample
spring-cloud-stream-schema-registry-integration
- 4.1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
+ ..
diff --git a/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml b/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml
index 9959d61..66aec68 100644
--- a/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml
+++ b/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml
@@ -3,15 +3,16 @@
4.0.0
schema-registry-producer1-kafka
- 4.1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
jar
schema-registry-producer1-kafka
SCSt Schema Registry Producer 1
- org.springframework.cloud
+ io.spring.cloud.stream.sample
spring-cloud-stream-schema-registry-integration
- 4.1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
+ ..
diff --git a/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml b/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml
index 08d9372..e1fb1b0 100644
--- a/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml
+++ b/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml
@@ -3,15 +3,16 @@
4.0.0
schema-registry-producer2-kafka
- 4.1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
jar
schema-registry-producer2-kafka
SCSt Schema Registry Producer 2
- org.springframework.cloud
+ io.spring.cloud.stream.sample
spring-cloud-stream-schema-registry-integration
- 4.1.0-SNAPSHOT
+ 0.0.1-SNAPSHOT
+ ..
diff --git a/stream-function-batch-producer-consumer/pom.xml b/stream-function-batch-producer-consumer/pom.xml
index 8b69c8d..5cb1f6b 100644
--- a/stream-function-batch-producer-consumer/pom.xml
+++ b/stream-function-batch-producer-consumer/pom.xml
@@ -3,11 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.springframework.boot
- spring-boot-starter-parent
- 3.2.0-SNAPSHOT
-
+ io.spring.cloud.stream.sample
+ spring-cloud-stream-samples-parent
+ 0.0.1-SNAPSHOT
+ ..
+
com.example
stream-function-batch-producer-consumer
0.0.1