From 22e14ce73d3122c544372b0c0818d53db36dd4f6 Mon Sep 17 00:00:00 2001
From: Lukas Malte Monnerjahn <lukasmalte.monnerjahn@dataport.de>
Date: Tue, 19 Nov 2024 15:55:47 +0100
Subject: [PATCH] fix typo in artifactId

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8a9a46..b887470 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 	</parent>
 
 	<groupId>de.ozgcloud.osiv2</groupId>
-	<artifactId>osvi2-postfach</artifactId>
+	<artifactId>osiv2-postfach</artifactId>
 	<version>0.1.1-SNAPSHOT</version>
 
 	<name>OZG-Cloud-OSIv2-Postfach</name>
-- 
GitLab