diff --git a/pom.xml b/pom.xml
index 5cbd88432e5a95e01d4803b5c3772ad7f3aa5e79..c1a9d4fb131a488b8e0268dd35c4d4bbc32c5a8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,24 +78,37 @@
 
 	<repositories>
 		<repository>
-			<id>thmrepo</id>
-			<name>THM Maven Repository</name>
-			<url>https://maven.mni.thm.de/content/repositories</url>
+			<id>thm-releases</id>
+			<name>THM Maven Release Repository</name>
+			<url>https://repo.mni.thm.de/repository/releases</url>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
 		</repository>
 		<repository>
-			<id>thmreposnapshots</id>
+			<id>thm-snapshots</id>
 			<name>THM Maven Snapshot Repository</name>
-			<url>https://maven.mni.thm.de/content/repositories/snapshots</url>
+			<url>https://repo.mni.thm.de/repository/snapshots</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
 		</repository>
 		<repository>
-			<id>thmmirror</id>
+			<id>thm-mirror</id>
 			<name>THM Maven Mirror</name>
-			<url>https://maven.mni.thm.de/content/groups/public</url>
-		</repository>
-		<repository>
-			<id>sonatypesnapshots</id>
-			<name>Sonatype Snapshot Repository</name>
-			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+			<url>https://repo.mni.thm.de/repository/maven-public</url>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
 		</repository>
 	</repositories>