Skip to content

Commit

Permalink
Set version. Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
skavanagh committed Nov 6, 2015
1 parent 6478457 commit f106178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.keybox</groupId>
<artifactId>keybox</artifactId>
<version>2.84.01-SNAPSHOT</version>
<version>2.84.01</version>
<packaging>war</packaging>
<name>KeyBox</name>
<properties>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.189</version>
<version>1.4.190</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down

0 comments on commit f106178

Please sign in to comment.