aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2013-11-03 12:51:07 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2013-11-03 12:51:07 +1300
commite0a8940f73915dc560e68405ad70c45dcbd79899 (patch)
treee56b8cf4577878d6a83380397d231993c1390ea8 /pom.xml
parent9a33a3ae6c50b505bfe22596ae4e68b6b0ed57d0 (diff)
downloadtrackermap-server-e0a8940f73915dc560e68405ad70c45dcbd79899.tar.gz
trackermap-server-e0a8940f73915dc560e68405ad70c45dcbd79899.tar.bz2
trackermap-server-e0a8940f73915dc560e68405ad70c45dcbd79899.zip
Version 2.5 releasev2.5
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index c40c39acc..44ec4d75c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.traccar</groupId>
<artifactId>traccar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<name>traccar</name>
<url>http://www.traccar.org</url>
@@ -22,7 +22,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.3.173</version>
+ <version>1.3.174</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
- <version>3.6.6.Final</version>
+ <version>3.7.0.Final</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
- <version>8.1.12.v20130726</version>
+ <version>8.1.13.v20130916</version>
</dependency>
</dependencies>