Skip to content

Commit

Permalink
Merge pull request #2384 from akrherz/480ga
Browse files Browse the repository at this point in the history
Denote Openfire 4.8.0 Release
  • Loading branch information
akrherz committed Jan 12, 2024
2 parents 0ca36fb + 7e0a5d0 commit 89722b7
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 30 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion i18n/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</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
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.8.0-SNAPSHOT</version>
<version>4.8.0</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.8.0-SNAPSHOT</openfire.version>
<openfire.version>4.8.0</openfire.version>
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
<jetty.version>10.0.18</jetty.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</version>
</parent>
<artifactId>starter</artifactId>
<name>Starter for Openfire</name>
Expand Down
64 changes: 43 additions & 21 deletions xmppserver/changelog.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xmppserver/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.8.0</version>
</parent>
<artifactId>xmppserver</artifactId>
<name>Core XMPP Server</name>
Expand Down
Expand Up @@ -39,7 +39,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {

private final Date startDate;

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

/**
* Simple constructor
Expand Down

0 comments on commit 89722b7

Please sign in to comment.