diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8de2e882b5..a9e4d7d791 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -5,7 +5,7 @@
parent
org.igniterealtime.openfire
- 4.5.4-SNAPSHOT
+ 4.5.4
4.0.0
diff --git a/i18n/pom.xml b/i18n/pom.xml
index 98966f2327..9884c0c001 100644
--- a/i18n/pom.xml
+++ b/i18n/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.5.4-SNAPSHOT
+ 4.5.4
i18n
Internationalization files for Openfire
diff --git a/plugins/openfire-plugin-assembly-descriptor/pom.xml b/plugins/openfire-plugin-assembly-descriptor/pom.xml
index 09a590dc13..2c0b3e0ed8 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.5.4-SNAPSHOT
+ 4.5.4
org.igniterealtime.openfire.plugins
openfire-plugin-assembly-descriptor
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 54aaee6636..809ac84e66 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.5.4-SNAPSHOT
+ 4.5.4
plugins
pom
Openfire Plugins
@@ -120,7 +120,7 @@
${project.artifactId}
- 4.5.4-SNAPSHOT
+ 4.5.4
9.4.18.v20190429
diff --git a/pom.xml b/pom.xml
index 86ed61d5c8..fbd573f6f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
- 4.5.4-SNAPSHOT
+ 4.5.4
Parent
pom
diff --git a/starter/pom.xml b/starter/pom.xml
index 10089ca452..9ec2e5373f 100644
--- a/starter/pom.xml
+++ b/starter/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.5.4-SNAPSHOT
+ 4.5.4
starter
Starter for Openfire
diff --git a/xmppserver/changelog.html b/xmppserver/changelog.html
index 616b25deba..42bdefd68a 100644
--- a/xmppserver/changelog.html
+++ b/xmppserver/changelog.html
@@ -163,6 +163,38 @@
+
4.5.4 -- September 30, 2020
+
Bug
+
+
+- [OF-1972] - ConcurrentModificationException while loading plugins
+
+- [OF-2059] - PubSub unsubscription could fail with “xmpp.pubsub.multiple-subscriptions=true
+
+- [OF-2065] - Component cache should not expire
+
+- [OF-2073] - PubSubPersistenceManager.purgeItems incompatibility with Oracle
+
+
+
+
Improvement
+
+
+- [OF-1973] - Handle future-timestamped plugin files
+
+- [OF-2051] - Do not query for version information when connection is closed
+
+- [OF-2052] - Make query for version configurable
+
+- [OF-2055] - Update PostgreSQL JDBC Driver
+
+- [OF-2068] - Display the versions of various nodes in the cluster
+
+- [OF-2069] - NullPointerException in Stream Management
+
+
+
+
4.5.3 -- August 17, 2020
Bug
diff --git a/xmppserver/pom.xml b/xmppserver/pom.xml
index cc050a6c0d..0ce067143b 100644
--- a/xmppserver/pom.xml
+++ b/xmppserver/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
- 4.5.4-SNAPSHOT
+ 4.5.4
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 7440a04739..2fb5ad43e3 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, 5, 4, Version.ReleaseStatus.Alpha, -1 );
+ public static final Version VERSION = new Version(4, 5, 4, Version.ReleaseStatus.Release, -1 );
/**
* Simple constructor