Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
30b8ad76
Commit
30b8ad76
authored
Feb 13, 2018
by
akrherz
Committed by
Guus der Kinderen
Feb 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Denote Openfire 4.2.2 Release
parent
ae6fdece
Changes
46
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
91 additions
and
45 deletions
+91
-45
build.xml
build/build.xml
+1
-1
pom.xml
dbutil/pom.xml
+1
-1
changelog.html
documentation/dist/changelog.html
+46
-0
pom.xml
i18n/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
XMPPServerInfoImpl.java
...ava/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
+1
-1
pom.xml
src/plugins/bookmarks/pom.xml
+1
-1
pom.xml
src/plugins/broadcast/pom.xml
+1
-1
pom.xml
src/plugins/callbackOnOffline/pom.xml
+1
-1
pom.xml
src/plugins/candy/pom.xml
+1
-1
pom.xml
src/plugins/clientControl/pom.xml
+1
-1
pom.xml
src/plugins/contentFilter/pom.xml
+1
-1
pom.xml
src/plugins/dbaccess/pom.xml
+1
-1
pom.xml
src/plugins/emailListener/pom.xml
+1
-1
pom.xml
src/plugins/emailOnAway/pom.xml
+1
-1
pom.xml
src/plugins/fastpath/pom.xml
+1
-1
pom.xml
src/plugins/gojara/pom.xml
+1
-1
pom.xml
src/plugins/hazelcast/pom.xml
+1
-1
pom.xml
src/plugins/inverse/pom.xml
+1
-1
pom.xml
src/plugins/jmxweb/pom.xml
+1
-1
pom.xml
src/plugins/justmarried/pom.xml
+1
-1
pom.xml
src/plugins/loadStats/pom.xml
+1
-1
pom.xml
src/plugins/monitoring/pom.xml
+1
-1
pom.xml
src/plugins/motd/pom.xml
+1
-1
pom.xml
src/plugins/mucservice/pom.xml
+1
-1
pom.xml
src/plugins/nodejs/pom.xml
+1
-1
pom.xml
src/plugins/nonSaslAuthentication/pom.xml
+1
-1
pom.xml
src/plugins/openfire-plugin-assembly-descriptor/pom.xml
+1
-1
pom.xml
src/plugins/packetFilter/pom.xml
+1
-1
pom.xml
src/plugins/pom.xml
+1
-1
pom.xml
src/plugins/presence/pom.xml
+1
-1
pom.xml
src/plugins/registration/pom.xml
+1
-1
pom.xml
src/plugins/restAPI/pom.xml
+1
-1
pom.xml
src/plugins/search/pom.xml
+1
-1
pom.xml
src/plugins/stunserver/pom.xml
+1
-1
pom.xml
src/plugins/subscription/pom.xml
+1
-1
pom.xml
src/plugins/tikitoken/pom.xml
+1
-1
pom.xml
src/plugins/userCreation/pom.xml
+1
-1
pom.xml
src/plugins/userImportExport/pom.xml
+1
-1
pom.xml
src/plugins/userStatus/pom.xml
+1
-1
pom.xml
src/plugins/userservice/pom.xml
+1
-1
pom.xml
src/plugins/xmldebugger/pom.xml
+1
-1
pom.xml
starter/pom.xml
+1
-1
pom.xml
webadmin/pom.xml
+1
-1
pom.xml
webadmintld/pom.xml
+1
-1
pom.xml
xmppserver/pom.xml
+1
-1
No files found.
build/build.xml
View file @
30b8ad76
...
...
@@ -26,7 +26,7 @@
<property
name=
"version.major"
value=
"4"
/>
<property
name=
"version.minor"
value=
"2"
/>
<property
name=
"version.revision"
value=
"2"
/>
<property
name=
"version.extra"
value=
"
alpha
"
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"version.extra"
value=
""
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"javac.source"
value=
"1.7"
/>
<property
name=
"javac.target"
value=
"1.7"
/>
...
...
dbutil/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<artifactId>
dbutil
</artifactId>
<name>
Database Utilities
</name>
...
...
documentation/dist/changelog.html
View file @
30b8ad76
...
...
@@ -163,6 +163,52 @@ hr {
<div
id=
"pageBody"
>
<h2>
4.2.2 --
<span
style=
"font-weight: normal;"
>
Feb 13, 2018
</span></h2>
<h2>
Bug
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1440'
>
OF-1440
</a>
] - The Group Chat Administrators web page has blank JIDs
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1460'
>
OF-1460
</a>
] - ClassCast Exception on admin console sessions listing when running hazelcast
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1468'
>
OF-1468
</a>
] - Group Chat History returns one message too many
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1470'
>
OF-1470
</a>
] - WebSocket endpoint should allow null path
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1478'
>
OF-1478
</a>
] - Hazelcast Plugin Memory Leaks
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1480'
>
OF-1480
</a>
] - LDAP auth fails with clustering plugin
</li>
</ul>
<h2>
New Feature
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1469'
>
OF-1469
</a>
] - Implement XEP-0215 External Service Discovery
</li>
</ul>
<h2>
Task
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1466'
>
OF-1466
</a>
] - Update bundled JRE with the latest version
</li>
</ul>
<h2>
Improvement
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1454'
>
OF-1454
</a>
] - Add generic mapping function to AuthorizationBasedUserProviderMapper
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1455'
>
OF-1455
</a>
] - Allow for bulk XML property migration
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1461'
>
OF-1461
</a>
] - Making fastpath plugin compatible with openfire meetings
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1471'
>
OF-1471
</a>
] - Terminate streams upon invalid XEP-0198 acknowledges.
</li>
</ul>
<h2>
4.2.1 --
<span
style=
"font-weight: normal;"
>
Dec 8, 2017
</span></h2>
<h2>
Bug
</h2>
...
...
i18n/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
i18n
</artifactId>
...
...
pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<groupId>
org.igniterealtime.openfire
</groupId>
<artifactId>
parent
</artifactId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
<name>
Parent
</name>
<packaging>
pom
</packaging>
...
...
src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
View file @
30b8ad76
...
...
@@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private
final
Date
startDate
;
public
static
final
Version
VERSION
=
new
Version
(
4
,
2
,
2
,
Version
.
ReleaseStatus
.
Alpha
,
-
1
);
public
static
final
Version
VERSION
=
new
Version
(
4
,
2
,
2
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
/**
* Simple constructor
...
...
src/plugins/bookmarks/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
bookmarks
</artifactId>
...
...
src/plugins/broadcast/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
broadcast
</artifactId>
...
...
src/plugins/callbackOnOffline/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
callbackOnOffline
</artifactId>
...
...
src/plugins/candy/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
candy
</artifactId>
...
...
src/plugins/clientControl/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
clientControl
</artifactId>
...
...
src/plugins/contentFilter/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
contentFilter
</artifactId>
...
...
src/plugins/dbaccess/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
dbaccess
</artifactId>
...
...
src/plugins/emailListener/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
emailListener
</artifactId>
...
...
src/plugins/emailOnAway/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
emailOnAway
</artifactId>
...
...
src/plugins/fastpath/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
fastpath
</artifactId>
...
...
src/plugins/gojara/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
gojara
</artifactId>
...
...
src/plugins/hazelcast/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
hazelcast
</artifactId>
...
...
src/plugins/inverse/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
inverse
</artifactId>
...
...
src/plugins/jmxweb/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
jmxweb
</artifactId>
...
...
src/plugins/justmarried/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
justmarried
</artifactId>
...
...
src/plugins/loadStats/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
loadStats
</artifactId>
...
...
src/plugins/monitoring/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
monitoring
</artifactId>
...
...
src/plugins/motd/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
motd
</artifactId>
...
...
src/plugins/mucservice/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
mucservice
</artifactId>
...
...
src/plugins/nodejs/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
nodejs
</artifactId>
...
...
src/plugins/nonSaslAuthentication/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
nonSaslAuthentication
</artifactId>
...
...
src/plugins/openfire-plugin-assembly-descriptor/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
openfire-plugin-assembly-descriptor
</artifactId>
...
...
src/plugins/packetFilter/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
packetFilter
</artifactId>
...
...
src/plugins/pom.xml
View file @
30b8ad76
...
...
@@ -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.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
<artifactId>
plugins
</artifactId>
<packaging>
pom
</packaging>
<name>
Openfire Plugins
</name>
...
...
src/plugins/presence/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
presence
</artifactId>
...
...
src/plugins/registration/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
registration
</artifactId>
...
...
src/plugins/restAPI/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
restAPI
</artifactId>
...
...
src/plugins/search/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
search
</artifactId>
...
...
src/plugins/stunserver/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
stunserver
</artifactId>
...
...
src/plugins/subscription/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
subscription
</artifactId>
...
...
src/plugins/tikitoken/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
tikitoken
</artifactId>
...
...
src/plugins/userCreation/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userCreation
</artifactId>
...
...
src/plugins/userImportExport/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userImportExport
</artifactId>
...
...
src/plugins/userStatus/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userstatus
</artifactId>
...
...
src/plugins/userservice/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userservice
</artifactId>
...
...
src/plugins/xmldebugger/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
plugins
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
xmldebugger
</artifactId>
...
...
starter/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<artifactId>
starter
</artifactId>
<name>
Starter for Openfire
</name>
...
...
webadmin/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<artifactId>
webadmin
</artifactId>
<name>
Web-based Administration Interface
</name>
...
...
webadmintld/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.igniterealtime.openfire
</groupId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<artifactId>
webadmintld
</artifactId>
<name>
Administration Interface Taglibs
</name>
...
...
xmppserver/pom.xml
View file @
30b8ad76
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.igniterealtime.openfire
</groupId>
<artifactId>
parent
</artifactId>
<version>
4.2.2
-SNAPSHOT
</version>
<version>
4.2.2
</version>
</parent>
<artifactId>
xmppserver
</artifactId>
<name>
Core XMPP Server
</name>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment