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
ef808346
Commit
ef808346
authored
Apr 19, 2017
by
Guus der Kinderen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1316: Update Tinder to 1.3.0
parent
c9551631
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
tinder.jar
build/lib/merge/tinder.jar
+0
-0
versions.txt
build/lib/versions.txt
+1
-1
pom.xml
xmppserver/pom.xml
+2
-4
No files found.
build/lib/merge/tinder.jar
View file @
ef808346
No preview for this file type
build/lib/versions.txt
View file @
ef808346
...
@@ -84,7 +84,7 @@ slf4j-api | 1.7.7
...
@@ -84,7 +84,7 @@ slf4j-api | 1.7.7
slf4j-log4j12 | 1.7.7 | http://www.slf4j.org/license.html
slf4j-log4j12 | 1.7.7 | http://www.slf4j.org/license.html
slf4j-simple | 1.7.7 | http://www.slf4j.org/license.html
slf4j-simple | 1.7.7 | http://www.slf4j.org/license.html
standard.jar | Jakarta standard taglib 1.1.2 |
standard.jar | Jakarta standard taglib 1.1.2 |
tinder.jar | 1.3.0
-SNAPSHOT (Bamboo nightly build 960, SVN revision 13509)
| Apache 2.0
tinder.jar | 1.3.0
| Apache 2.0
xmltask.jar | 1.16 | Apache 1.1
xmltask.jar | 1.16 | Apache 1.1
xpp3.jar | XPP_3 1.1.4c | BSD (http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt)
xpp3.jar | XPP_3 1.1.4c | BSD (http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt)
...
...
xmppserver/pom.xml
View file @
ef808346
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<addClasspath>
true
</addClasspath>
<addClasspath>
true
</addClasspath>
</manifest>
</manifest>
<manifestEntries>
<manifestEntries>
<Class-Path>
tinder-1.3.0
-SNAPSHOT
.jar
</Class-Path>
<Class-Path>
tinder-1.3.0.jar
</Class-Path>
</manifestEntries>
</manifestEntries>
</archive>
</archive>
</configuration>
</configuration>
...
@@ -104,9 +104,7 @@
...
@@ -104,9 +104,7 @@
<dependency>
<dependency>
<groupId>
org.igniterealtime
</groupId>
<groupId>
org.igniterealtime
</groupId>
<artifactId>
tinder
</artifactId>
<artifactId>
tinder
</artifactId>
<version>
1.3.0-SNAPSHOT
</version>
<version>
1.3.0
</version>
<scope>
system
</scope>
<systemPath>
${project.basedir}/../build/lib/merge/tinder.jar
</systemPath>
</dependency>
</dependency>
<!-- XML, Dom4J, XPP -->
<!-- XML, Dom4J, XPP -->
...
...
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