Update pom.xml

This commit is contained in:
Marcin Grzejszczak
2023-03-28 11:49:28 +02:00
committed by GitHub
parent 4936cba75b
commit d0fe452b88

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>stream-function-batch-producer-consumer</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>stream-function-batch-producer-consumer</name>
<description>Sample app using stream functions with batch producer and consumer using kafka</description>
<properties>