Skip to content

Commit

Permalink
Release 2.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Apr 20, 2014
1 parent a0ea4b0 commit 6db7650
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
8 changes: 8 additions & 0 deletions opengts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,12 @@
<entry key='piligrim.enable'>true</entry>
<entry key='piligrim.port'>5059</entry>

<!-- STL060 server configuration -->
<entry key='stl060.enable'>true</entry>
<entry key='stl060.port'>5060</entry>

<!-- CarTrack server configuration -->
<entry key='cartrack.enable'>true</entry>
<entry key='cartrack.port'>5061</entry>

</properties>
8 changes: 4 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.7-SNAPSHOT</version>
<version>2.8-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.175</version>
<version>1.3.176</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.28</version>
<version>5.1.30</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<version>8.1.14.v20131031</version>
<version>8.1.15.v20140411</version>
</dependency>
</dependencies>

Expand Down
8 changes: 8 additions & 0 deletions setup/linux/traccar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,12 @@
<entry key='piligrim.enable'>true</entry>
<entry key='piligrim.port'>5059</entry>

<!-- STL060 server configuration -->
<entry key='stl060.enable'>true</entry>
<entry key='stl060.port'>5060</entry>

<!-- CarTrack server configuration -->
<entry key='cartrack.enable'>true</entry>
<entry key='cartrack.port'>5061</entry>

</properties>
8 changes: 8 additions & 0 deletions setup/macosx/traccar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,12 @@
<entry key='piligrim.enable'>true</entry>
<entry key='piligrim.port'>5059</entry>

<!-- STL060 server configuration -->
<entry key='stl060.enable'>true</entry>
<entry key='stl060.port'>5060</entry>

<!-- CarTrack server configuration -->
<entry key='cartrack.enable'>true</entry>
<entry key='cartrack.port'>5061</entry>

</properties>
8 changes: 8 additions & 0 deletions setup/windows/traccar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,12 @@
<entry key='piligrim.enable'>true</entry>
<entry key='piligrim.port'>5059</entry>

<!-- STL060 server configuration -->
<entry key='stl060.enable'>true</entry>
<entry key='stl060.port'>5060</entry>

<!-- CarTrack server configuration -->
<entry key='cartrack.enable'>true</entry>
<entry key='cartrack.port'>5061</entry>

</properties>
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.7
AppVersion=2.8
DefaultDirName={pf}\Traccar
AlwaysRestart=yes

Expand Down

0 comments on commit 6db7650

Please sign in to comment.