diff --git a/changelog.md b/changelog.md
index 5fa9af457..4706a4964 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+### v7.14.3 (2025-06-10)
+
+**Fixed** Connection to Torbox failed. Unfortunately this didn't happen with my development code but only with the deployed code :-(
+
+
+
### v7.14.2 (2025-06-09)
**Fixed** Increased checking delay for nzb.su/life even more as some users were still rate limited. See #990
diff --git a/core/pom.xml b/core/pom.xml
index ad61f51c3..8f6abdc05 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 7.14.3-SNAPSHOT
+ 7.14.3
core
@@ -99,7 +99,7 @@
org.nzbhydra
mapping
- 7.14.3-SNAPSHOT
+ 7.14.3
diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml
index c68908559..01f7e8a84 100644
--- a/other/mockserver/pom.xml
+++ b/other/mockserver/pom.xml
@@ -59,7 +59,7 @@
org.nzbhydra
mapping
- 7.14.3-SNAPSHOT
+ 7.14.3
jaxb-impl
diff --git a/pom.xml b/pom.xml
index cf2d4c38a..74fa0489b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.nzbhydra
nzbhydra2
pom
- 7.14.3-SNAPSHOT
+ 7.14.3
shared
diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml
index 50c9aa17e..7a9bdbeed 100644
--- a/releases/generic-release/pom.xml
+++ b/releases/generic-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.14.3-SNAPSHOT
+ 7.14.3
generic-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.14.3-SNAPSHOT
+ 7.14.3
diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml
index 4f04e0c62..0347efddb 100644
--- a/releases/linux-amd64-release/pom.xml
+++ b/releases/linux-amd64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.14.3-SNAPSHOT
+ 7.14.3
linux-amd64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.14.3-SNAPSHOT
+ 7.14.3
diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml
index 3dfa7e4e7..49bfca774 100644
--- a/releases/linux-arm64-release/pom.xml
+++ b/releases/linux-arm64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.14.3-SNAPSHOT
+ 7.14.3
linux-arm64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.14.3-SNAPSHOT
+ 7.14.3
diff --git a/releases/pom.xml b/releases/pom.xml
index db2c7332c..bb8d38ed6 100644
--- a/releases/pom.xml
+++ b/releases/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 7.14.3-SNAPSHOT
+ 7.14.3
releases
pom
- 7.14.3-SNAPSHOT
+ 7.14.3
generic-release
diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml
index 8ae340a92..22f0c9dd9 100644
--- a/releases/windows-release/pom.xml
+++ b/releases/windows-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.14.3-SNAPSHOT
+ 7.14.3
windows-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.14.3-SNAPSHOT
+ 7.14.3
diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml
index 7a0fda4df..f36631eab 100644
--- a/shared/mapping/pom.xml
+++ b/shared/mapping/pom.xml
@@ -6,7 +6,7 @@
org.nzbhydra
shared
- 7.14.3-SNAPSHOT
+ 7.14.3
mapping
diff --git a/shared/pom.xml b/shared/pom.xml
index 39f570808..58dd78b72 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 7.14.3-SNAPSHOT
+ 7.14.3
shared
pom
- 7.14.3-SNAPSHOT
+ 7.14.3
mapping
diff --git a/tests/pom.xml b/tests/pom.xml
index ed6cb6aa7..50781ebc3 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 7.14.3-SNAPSHOT
+ 7.14.3
tests
diff --git a/tests/system/pom.xml b/tests/system/pom.xml
index ed604e0fd..3a44a3c46 100644
--- a/tests/system/pom.xml
+++ b/tests/system/pom.xml
@@ -23,7 +23,7 @@
org.nzbhydra
tests
- 7.14.3-SNAPSHOT
+ 7.14.3
org.nzbhydra.tests
@@ -101,7 +101,7 @@
org.nzbhydra
mapping
- 7.14.3-SNAPSHOT
+ 7.14.3
com.github.docker-java