Skip to content

Commit

Permalink
Update to 2.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 23, 2013
1 parent e6abbd3 commit 61d7f40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion setup/windows/traccar.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
AppVersion=2.3
AppVersion=2.4
DefaultDirName={pf}\Traccar
AlwaysRestart=yes

Expand Down

0 comments on commit 61d7f40

Please sign in to comment.