Unverified Commit 74547352 authored by akrherz's avatar akrherz

march 4.2 branch toward version 4.2.3-alpha

parent 30b8ad76
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
<property name="version.major" value="4"/> <property name="version.major" value="4"/>
<property name="version.minor" value="2"/> <property name="version.minor" value="2"/>
<property name="version.revision" value="2"/> <property name="version.revision" value="3"/>
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' --> <property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' -->
<property name="javac.source" value="1.7"/> <property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/> <property name="javac.target" value="1.7"/>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<artifactId>dbutil</artifactId> <artifactId>dbutil</artifactId>
<name>Database Utilities</name> <name>Database Utilities</name>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>i18n</artifactId> <artifactId>i18n</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
<name>Parent</name> <name>Parent</name>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo { ...@@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate; private final Date startDate;
public static final Version VERSION = new Version(4, 2, 2, Version.ReleaseStatus.Release, -1 ); public static final Version VERSION = new Version(4, 2, 3, Version.ReleaseStatus.Alpha, -1 );
/** /**
* Simple constructor * Simple constructor
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>bookmarks</artifactId> <artifactId>bookmarks</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>broadcast</artifactId> <artifactId>broadcast</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>callbackOnOffline</artifactId> <artifactId>callbackOnOffline</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>candy</artifactId> <artifactId>candy</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>clientControl</artifactId> <artifactId>clientControl</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>contentFilter</artifactId> <artifactId>contentFilter</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>dbaccess</artifactId> <artifactId>dbaccess</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>emailListener</artifactId> <artifactId>emailListener</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>emailOnAway</artifactId> <artifactId>emailOnAway</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>fastpath</artifactId> <artifactId>fastpath</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>gojara</artifactId> <artifactId>gojara</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>hazelcast</artifactId> <artifactId>hazelcast</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>inverse</artifactId> <artifactId>inverse</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>jmxweb</artifactId> <artifactId>jmxweb</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>justmarried</artifactId> <artifactId>justmarried</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>loadStats</artifactId> <artifactId>loadStats</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>monitoring</artifactId> <artifactId>monitoring</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>motd</artifactId> <artifactId>motd</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>mucservice</artifactId> <artifactId>mucservice</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>nodejs</artifactId> <artifactId>nodejs</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>nonSaslAuthentication</artifactId> <artifactId>nonSaslAuthentication</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>openfire-plugin-assembly-descriptor</artifactId> <artifactId>openfire-plugin-assembly-descriptor</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>packetFilter</artifactId> <artifactId>packetFilter</artifactId>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Openfire Plugins</name> <name>Openfire Plugins</name>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>presence</artifactId> <artifactId>presence</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>registration</artifactId> <artifactId>registration</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>restAPI</artifactId> <artifactId>restAPI</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>search</artifactId> <artifactId>search</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>stunserver</artifactId> <artifactId>stunserver</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>subscription</artifactId> <artifactId>subscription</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>tikitoken</artifactId> <artifactId>tikitoken</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>userCreation</artifactId> <artifactId>userCreation</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>userImportExport</artifactId> <artifactId>userImportExport</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>userstatus</artifactId> <artifactId>userstatus</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>userservice</artifactId> <artifactId>userservice</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>xmldebugger</artifactId> <artifactId>xmldebugger</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<artifactId>starter</artifactId> <artifactId>starter</artifactId>
<name>Starter for Openfire</name> <name>Starter for Openfire</name>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<artifactId>webadmin</artifactId> <artifactId>webadmin</artifactId>
<name>Web-based Administration Interface</name> <name>Web-based Administration Interface</name>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<artifactId>webadmintld</artifactId> <artifactId>webadmintld</artifactId>
<name>Administration Interface Taglibs</name> <name>Administration Interface Taglibs</name>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.igniterealtime.openfire</groupId> <groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>4.2.2</version> <version>4.2.3-SNAPSHOT</version>
</parent> </parent>
<artifactId>xmppserver</artifactId> <artifactId>xmppserver</artifactId>
<name>Core XMPP Server</name> <name>Core XMPP Server</name>
......
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