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>
Sun, 15 Jan 2023 18:35:58 +0000 (19:35 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 22d1810..2945435 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>