Skip to content

Commit

Permalink
Merge pull request #1280 from akrherz/432
Browse files Browse the repository at this point in the history
Denote Openfire 4.3.2 Release
  • Loading branch information
akrherz authored Jan 31, 2019
2 parents c089075 + ba2c492 commit 9baa419
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
</parent>
<artifactId>i18n</artifactId>
<name>Internationalization files for Openfire</name>
Expand Down
2 changes: 1 addition & 1 deletion plugins/openfire-plugin-assembly-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>openfire-plugin-assembly-descriptor</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
<artifactId>plugins</artifactId>
<packaging>pom</packaging>
<name>Openfire Plugins</name>
Expand Down Expand Up @@ -120,7 +120,7 @@
<plugin.name>${project.artifactId}</plugin.name>

<!-- Versions -->
<openfire.version>4.3.2-SNAPSHOT</openfire.version>
<openfire.version>4.3.2</openfire.version>
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
<jetty.version>9.4.12.v20180830</jetty.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
<name>Parent</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
</parent>
<artifactId>starter</artifactId>
<name>Starter for Openfire</name>
Expand Down
19 changes: 17 additions & 2 deletions xmppserver/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,23 @@ <h1>Openfire Changelog</h1>

<div id="pageBody">

<h2>4.3.2 -- <span style="font-weight: normal;">Jan 31, 2019</span></h2>

<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1683'>OF-1683</a>] - Should not have more than one child element in an IQ stanza
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1669'>OF-1669</a>] - Do not specify exact versions of MySQL in the database installation guide
</li>
</ul>


<h2>4.3.1 -- <span style="font-weight: normal;">Jan 24, 2019</span></h2>

<h2> Bug
Expand Down Expand Up @@ -189,8 +206,6 @@ <h2> Improvement
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1285'>OF-1285</a>] - Create a simple option of resetting admin password
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1669'>OF-1669</a>] - Do not specify exact versions of MySQL in the database installation guide
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1671'>OF-1671</a>] - Openfire should be able to recognize plugins with longer version numbers
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1673'>OF-1673</a>] - Add support for XEP-0359: Unique and Stable Stanza IDs.
Expand Down
2 changes: 1 addition & 1 deletion xmppserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2</version>
</parent>
<artifactId>xmppserver</artifactId>
<name>Core XMPP Server</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {

private final Date startDate;

public static final Version VERSION = new Version(4, 3, 2, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 3, 2, Version.ReleaseStatus.Release, -1 );

/**
* Simple constructor
Expand Down

0 comments on commit 9baa419

Please sign in to comment.