Unverified Commit 0467d0c9 authored by akrherz's avatar akrherz

march 4.2 branch toward release 4.2.4-alpha

parent 64f46292
......@@ -25,8 +25,8 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="2"/>
<property name="version.revision" value="3"/>
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="version.revision" value="4"/>
<property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' -->
<property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/>
......
......@@ -4,7 +4,7 @@
<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.2.3</version>
<version>4.2.4-SNAPSHOT</version>
<name>Parent</name>
<packaging>pom</packaging>
......
......@@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate;
public static final Version VERSION = new Version(4, 2, 3, Version.ReleaseStatus.Release, -1 );
public static final Version VERSION = new Version(4, 2, 4, Version.ReleaseStatus.Alpha, -1 );
/**
* Simple constructor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment