diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4c8bf9dce3..1baa5dee8e 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -5,7 +5,7 @@
parent
org.igniterealtime.openfire
- 4.4.3-SNAPSHOT
+ 4.4.3
4.0.0
diff --git a/i18n/pom.xml b/i18n/pom.xml
index d9c3b584f3..38c274d9f6 100644
--- a/i18n/pom.xml
+++ b/i18n/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.4.3-SNAPSHOT
+ 4.4.3
i18n
Internationalization files for Openfire
diff --git a/plugins/openfire-plugin-assembly-descriptor/pom.xml b/plugins/openfire-plugin-assembly-descriptor/pom.xml
index e5cf3069eb..a06e93e4cf 100644
--- a/plugins/openfire-plugin-assembly-descriptor/pom.xml
+++ b/plugins/openfire-plugin-assembly-descriptor/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.4.3-SNAPSHOT
+ 4.4.3
org.igniterealtime.openfire.plugins
openfire-plugin-assembly-descriptor
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 5079f86bde..3c22a9474c 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.igniterealtime.openfire
- 4.4.3-SNAPSHOT
+ 4.4.3
plugins
pom
Openfire Plugins
@@ -120,7 +120,7 @@
${project.artifactId}
- 4.4.3-SNAPSHOT
+ 4.4.3
9.4.18.v20190429
diff --git a/pom.xml b/pom.xml
index 6c6eb445d2..77a1309d2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
- 4.4.3-SNAPSHOT
+ 4.4.3
Parent
pom
diff --git a/starter/pom.xml b/starter/pom.xml
index 241b34630a..bbc02168f2 100644
--- a/starter/pom.xml
+++ b/starter/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.4.3-SNAPSHOT
+ 4.4.3
starter
Starter for Openfire
diff --git a/xmppserver/changelog.html b/xmppserver/changelog.html
index 19900297d7..c7d4b1330f 100644
--- a/xmppserver/changelog.html
+++ b/xmppserver/changelog.html
@@ -163,6 +163,51 @@
+
4.4.3 -- November 1, 2019
+
Bug
+
+
+- [OF-1885] - SSRF vulnerability in favicon servlet
+
+- [OF-1886] - Plugin servlet should not provide access to all files on the host
+
+- [OF-1897] - maxLifetime settings of a cache take effect on runtime
+
+- [OF-1899] - Pubsub subscribing while subscription pending should cause error.
+
+- [OF-1900] - Should not advertise pubsub#multi-subscribe when disabled
+
+- [OF-1901] - Pubsub node unsubscription permission model failing
+
+- [OF-1904] - Roster Group Sharing Degraded
+
+- [OF-1910] - Potential NPE in AuditorImpl
+
+
+
+
New Feature
+
+
+- [OF-1909] - Make Certificate Store Watching optional
+
+
+
+
Improvement
+
+
+- [OF-1894] - Allow caches to have keys/values not display on admin UI
+
+- [OF-1905] - Apply pagination to Security Audit Log Viewer
+
+- [OF-1906] - Shutdown ConnectionManagerImpl module first
+
+- [OF-1907] - Limit max duration of Module shutdown
+
+- [OF-1908] - Add JiveGlobals getDoubleProperty
+
+
+
+
4.4.2 -- September 25, 2019
Bug
diff --git a/xmppserver/pom.xml b/xmppserver/pom.xml
index a147ffa21e..cf27fdb06e 100644
--- a/xmppserver/pom.xml
+++ b/xmppserver/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
- 4.4.3-SNAPSHOT
+ 4.4.3
xmppserver
Core XMPP Server
diff --git a/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java b/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
index ca72edc4bc..d9ce42b95a 100644
--- a/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
+++ b/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
@@ -39,7 +39,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate;
- public static final Version VERSION = new Version(4, 4, 3, Version.ReleaseStatus.Alpha, -1 );
+ public static final Version VERSION = new Version(4, 4, 3, Version.ReleaseStatus.Release, -1 );
/**
* Simple constructor