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
dcef698f
Unverified
Commit
dcef698f
authored
Dec 08, 2017
by
daryl herzmann
Committed by
GitHub
Dec 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Denote Openfire 4.2.1 Release (#952)
parent
77999f28
Changes
49
Show whitespace changes
Inline
Side-by-side
Showing
49 changed files
with
72 additions
and
48 deletions
+72
-48
build.xml
build/build.xml
+1
-1
pom.xml
dbutil/pom.xml
+1
-1
changelog.html
documentation/dist/changelog.html
+24
-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/jingleNodes/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/kraken/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/rayo/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/sip/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/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 @
dcef698f
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<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=
"1"
/>
<property
name=
"version.revision"
value=
"1"
/>
<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.source"
value=
"1.7"
/>
<property
name=
"javac.target"
value=
"1.7"
/>
<property
name=
"javac.target"
value=
"1.7"
/>
...
...
dbutil/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<artifactId>
dbutil
</artifactId>
<artifactId>
dbutil
</artifactId>
<name>
Database Utilities
</name>
<name>
Database Utilities
</name>
...
...
documentation/dist/changelog.html
View file @
dcef698f
...
@@ -163,6 +163,30 @@ hr {
...
@@ -163,6 +163,30 @@ hr {
<div
id=
"pageBody"
>
<div
id=
"pageBody"
>
<h2>
4.2.1 --
<span
style=
"font-weight: normal;"
>
Dec 8, 2017
</span></h2>
<h2>
Bug
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1254'
>
OF-1254
</a>
] - Database update scripts for 25 set version 24
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1450'
>
OF-1450
</a>
] - Some admin console text is hardcoded
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1451'
>
OF-1451
</a>
] - Support for SNAPSHOT plugin versions
</li>
</ul>
<h2>
Improvement
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1447'
>
OF-1447
</a>
] - Improve deployability of Maven artifacts to public repository.
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1448'
>
OF-1448
</a>
] - Don
'
t require i18n source files to be encoded.
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1452'
>
OF-1452
</a>
] - Updated Russian Translation
</li>
</ul>
<h2>
4.2.0 --
<span
style=
"font-weight: normal;"
>
Dec 4, 2017
</span></h2>
<h2>
4.2.0 --
<span
style=
"font-weight: normal;"
>
Dec 4, 2017
</span></h2>
<h2>
Sub-task
<h2>
Sub-task
...
...
i18n/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
i18n
</artifactId>
<artifactId>
i18n
</artifactId>
...
...
pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
<name>
Parent
</name>
<name>
Parent
</name>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
...
src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
View file @
dcef698f
...
@@ -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
,
1
,
Version
.
ReleaseStatus
.
Alpha
,
-
1
);
public
static
final
Version
VERSION
=
new
Version
(
4
,
2
,
1
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
/**
/**
* Simple constructor
* Simple constructor
...
...
src/plugins/bookmarks/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
bookmarks
</artifactId>
<artifactId>
bookmarks
</artifactId>
...
...
src/plugins/broadcast/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
broadcast
</artifactId>
<artifactId>
broadcast
</artifactId>
...
...
src/plugins/callbackOnOffline/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
callbackOnOffline
</artifactId>
<artifactId>
callbackOnOffline
</artifactId>
...
...
src/plugins/candy/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
candy
</artifactId>
<artifactId>
candy
</artifactId>
...
...
src/plugins/clientControl/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
clientControl
</artifactId>
<artifactId>
clientControl
</artifactId>
...
...
src/plugins/contentFilter/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
contentFilter
</artifactId>
<artifactId>
contentFilter
</artifactId>
...
...
src/plugins/dbaccess/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
dbaccess
</artifactId>
<artifactId>
dbaccess
</artifactId>
...
...
src/plugins/emailListener/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
emailListener
</artifactId>
<artifactId>
emailListener
</artifactId>
...
...
src/plugins/emailOnAway/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
emailOnAway
</artifactId>
<artifactId>
emailOnAway
</artifactId>
...
...
src/plugins/fastpath/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
fastpath
</artifactId>
<artifactId>
fastpath
</artifactId>
...
...
src/plugins/gojara/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
gojara
</artifactId>
<artifactId>
gojara
</artifactId>
...
...
src/plugins/hazelcast/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
hazelcast
</artifactId>
<artifactId>
hazelcast
</artifactId>
...
...
src/plugins/inverse/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
inverse
</artifactId>
<artifactId>
inverse
</artifactId>
...
...
src/plugins/jingleNodes/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
jingleNodes
</artifactId>
<artifactId>
jingleNodes
</artifactId>
...
...
src/plugins/jmxweb/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
jmxweb
</artifactId>
<artifactId>
jmxweb
</artifactId>
...
...
src/plugins/justmarried/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
justmarried
</artifactId>
<artifactId>
justmarried
</artifactId>
...
...
src/plugins/kraken/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
kraken
</artifactId>
<artifactId>
kraken
</artifactId>
...
...
src/plugins/loadStats/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
loadStats
</artifactId>
<artifactId>
loadStats
</artifactId>
...
...
src/plugins/monitoring/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
monitoring
</artifactId>
<artifactId>
monitoring
</artifactId>
...
...
src/plugins/motd/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
motd
</artifactId>
<artifactId>
motd
</artifactId>
...
...
src/plugins/mucservice/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
mucservice
</artifactId>
<artifactId>
mucservice
</artifactId>
...
...
src/plugins/nodejs/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
nodejs
</artifactId>
<artifactId>
nodejs
</artifactId>
...
...
src/plugins/nonSaslAuthentication/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
nonSaslAuthentication
</artifactId>
<artifactId>
nonSaslAuthentication
</artifactId>
...
...
src/plugins/openfire-plugin-assembly-descriptor/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</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>
...
...
src/plugins/packetFilter/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
packetFilter
</artifactId>
<artifactId>
packetFilter
</artifactId>
...
...
src/plugins/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
<artifactId>
plugins
</artifactId>
<artifactId>
plugins
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
Openfire Plugins
</name>
<name>
Openfire Plugins
</name>
...
...
src/plugins/presence/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
presence
</artifactId>
<artifactId>
presence
</artifactId>
...
...
src/plugins/rayo/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
rayo
</artifactId>
<artifactId>
rayo
</artifactId>
...
...
src/plugins/registration/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
registration
</artifactId>
<artifactId>
registration
</artifactId>
...
...
src/plugins/restAPI/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
restAPI
</artifactId>
<artifactId>
restAPI
</artifactId>
...
...
src/plugins/search/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
search
</artifactId>
<artifactId>
search
</artifactId>
...
...
src/plugins/sip/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
sip
</artifactId>
<artifactId>
sip
</artifactId>
...
...
src/plugins/stunserver/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
stunserver
</artifactId>
<artifactId>
stunserver
</artifactId>
...
...
src/plugins/subscription/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
subscription
</artifactId>
<artifactId>
subscription
</artifactId>
...
...
src/plugins/tikitoken/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
tikitoken
</artifactId>
<artifactId>
tikitoken
</artifactId>
...
...
src/plugins/userCreation/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userCreation
</artifactId>
<artifactId>
userCreation
</artifactId>
...
...
src/plugins/userImportExport/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userImportExport
</artifactId>
<artifactId>
userImportExport
</artifactId>
...
...
src/plugins/userservice/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
userservice
</artifactId>
<artifactId>
userservice
</artifactId>
...
...
src/plugins/xmldebugger/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<groupId>
org.igniterealtime.openfire.plugins
</groupId>
<artifactId>
xmldebugger
</artifactId>
<artifactId>
xmldebugger
</artifactId>
...
...
starter/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<artifactId>
starter
</artifactId>
<artifactId>
starter
</artifactId>
<name>
Starter for Openfire
</name>
<name>
Starter for Openfire
</name>
...
...
webadmin/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<artifactId>
webadmin
</artifactId>
<artifactId>
webadmin
</artifactId>
<name>
Web-based Administration Interface
</name>
<name>
Web-based Administration Interface
</name>
...
...
webadmintld/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<artifactId>
webadmintld
</artifactId>
<artifactId>
webadmintld
</artifactId>
<name>
Administration Interface Taglibs
</name>
<name>
Administration Interface Taglibs
</name>
...
...
xmppserver/pom.xml
View file @
dcef698f
...
@@ -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.1
-SNAPSHOT
</version>
<version>
4.2.1
</version>
</parent>
</parent>
<artifactId>
xmppserver
</artifactId>
<artifactId>
xmppserver
</artifactId>
<name>
Core XMPP Server
</name>
<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