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
ee307ce7
Unverified
Commit
ee307ce7
authored
Dec 04, 2017
by
akrherz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
march master branch to release 4.3.0-alpha
parent
244f6cfc
Changes
48
Hide whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
49 additions
and
49 deletions
+49
-49
build.xml
build/build.xml
+2
-2
pom.xml
dbutil/pom.xml
+1
-1
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 @
ee307ce7
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
<!-- ======================================================================================= -->
<!-- ======================================================================================= -->
<property
name=
"version.major"
value=
"4"
/>
<property
name=
"version.major"
value=
"4"
/>
<property
name=
"version.minor"
value=
"
2
"
/>
<property
name=
"version.minor"
value=
"
3
"
/>
<property
name=
"version.revision"
value=
"0"
/>
<property
name=
"version.revision"
value=
"0"
/>
<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"
/>
...
...
dbutil/pom.xml
View file @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
dbutil
</artifactId>
<artifactId>
dbutil
</artifactId>
<name>
Database Utilities
</name>
<name>
Database Utilities
</name>
...
...
i18n/pom.xml
View file @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
i18n
</artifactId>
<artifactId>
i18n
</artifactId>
...
...
pom.xml
View file @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</version>
<name>
Parent
</name>
<name>
Parent
</name>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
...
src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
View file @
ee307ce7
...
@@ -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
,
0
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
public
static
final
Version
VERSION
=
new
Version
(
4
,
3
,
0
,
Version
.
ReleaseStatus
.
Alpha
,
-
1
);
/**
/**
* Simple constructor
* Simple constructor
...
...
src/plugins/bookmarks/pom.xml
View file @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-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>
...
...
src/plugins/packetFilter/pom.xml
View file @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
starter
</artifactId>
<artifactId>
starter
</artifactId>
<name>
Starter for Openfire
</name>
<name>
Starter for Openfire
</name>
...
...
webadmin/pom.xml
View file @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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 @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
webadmintld
</artifactId>
<artifactId>
webadmintld
</artifactId>
<name>
Administration Interface Taglibs
</name>
<name>
Administration Interface Taglibs
</name>
...
...
xmppserver/pom.xml
View file @
ee307ce7
...
@@ -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.0
</version>
<version>
4.
3.0-SNAPSHOT
</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