Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalidze committed Jan 20, 2015
2 parents 7eddc45 + c11180a commit 8f2fc5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.traccar</groupId>
<artifactId>traccar-web</artifactId>
<packaging>war</packaging>
<version>2.10-SNAPSHOT</version>
<version>2.11-SNAPSHOT</version>
<name>Traccar Web UI</name>

<properties>
Expand Down Expand Up @@ -87,13 +87,13 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.180</version>
<version>1.4.184</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.31</version>
<version>5.1.34</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<!-- Other dependencies -->
Expand Down

0 comments on commit 8f2fc5b

Please sign in to comment.