From 19832ebfa91dada8f77860ce59a1472fa423da7c Mon Sep 17 00:00:00 2001
From: Jan Zickermann <jan.zickermann@dataport.de>
Date: Fri, 31 Jan 2025 09:42:00 +0100
Subject: [PATCH] OZG-4094 pom: Remove nexus repo

---
 pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index c67418a..2a90ade 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,25 +54,4 @@
 		<module>nachrichten-manager-postfach-interface</module>
 	</modules>
 
-	<profiles>
-		<profile>
-			<id>nexus-deploy</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<distributionManagement>
-				<repository>
-					<id>ozg-nexus</id>
-					<name>ozg-releases</name>
-					<url>https://nexus.ozg-sh.de/repository/ozg-releases/</url>
-				</repository>
-				<snapshotRepository>
-					<id>ozg-snapshots-nexus</id>
-					<name>ozg-snapshots</name>
-					<url>https://nexus.ozg-sh.de/repository/ozg-snapshots/</url>
-				</snapshotRepository>
-			</distributionManagement>
-		</profile>
-	</profiles>
-
 </project>
-- 
GitLab