Commit ef808346 authored by Guus der Kinderen's avatar Guus der Kinderen

OF-1316: Update Tinder to 1.3.0

parent c9551631
...@@ -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)
......
...@@ -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 -->
......
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