refactor: Renamed artifact to chat-backend
authorKai Moritz <kai@juplo.de>
Wed, 28 Dec 2022 15:55:34 +0000 (16:55 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 28 Dec 2022 15:55:34 +0000 (16:55 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 2e4e98f..ca5c7c5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,10 +9,10 @@
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
        <groupId>de.juplo.kafka</groupId>
-       <artifactId>chatroom</artifactId>
+       <artifactId>chat-backend</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <name>Chatroom Service</name>
-       <description>Simplified Chatroom-Service, that needs state on the server</description>
+       <description>Simplified Chat-Service, that needs state on the server</description>
        <properties>
                <java.version>17</java.version>
        </properties>