aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2013-08-23 22:59:31 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2013-08-23 22:59:31 +1200
commit61d7f40251ead2c3b7bd5525fd0a3602b23a21e8 (patch)
treee5bcd0066d7acc0646ed684b56bf336b1af161e7
parente6abbd3574510b37201083c637fe8e72063f4b4d (diff)
downloadtrackermap-server-2.4.tar.gz
trackermap-server-2.4.tar.bz2
trackermap-server-2.4.zip
Update to 2.4 versionv2.4
-rw-r--r--pom.xml9
-rw-r--r--setup/windows/traccar.iss2
2 files changed, 6 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 1563f300f..c40c39acc 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.3-SNAPSHOT</version>
+ <version>2.4-SNAPSHOT</version>
<name>traccar</name>
<url>http://www.traccar.org</url>
@@ -22,12 +22,12 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.3.172</version>
+ <version>1.3.173</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.25</version>
+ <version>5.1.26</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
@@ -37,12 +37,13 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
+ <!-- Don't change version because it requires Java 7 -->
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
- <version>8.1.11.v20130520</version>
+ <version>8.1.12.v20130726</version>
</dependency>
</dependencies>
diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss
index 262a8e51e..418b472d4 100644
--- a/setup/windows/traccar.iss
+++ b/setup/windows/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=2.3
+AppVersion=2.4
DefaultDirName={pf}\Traccar
AlwaysRestart=yes