README
[demos/kafka/wordcount] / pom.xml
diff --git a/pom.xml b/pom.xml
index edcedf5..ca23258 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,10 +8,10 @@
                <version>2.5.4</version>
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
-       <groupId>de.juplo.kafka.wordcount</groupId>
-       <artifactId>recorder</artifactId>
-       <version>1.0.1</version>
-       <name>Wordcount-Recorder</name>
+       <groupId>de.juplo.kafka.sumup</groupId>
+       <artifactId>gateway</artifactId>
+       <version>1-SNAPSHOT</version>
+       <name>REST Gateway for the SumUp-Services</name>
        <description>Recorder-service of the multi-user wordcount-example</description>
        <properties>
                <docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>