Skip to content

Commit

Permalink
Updated jetty and set release
Browse files Browse the repository at this point in the history
  • Loading branch information
skavanagh committed Dec 13, 2018
1 parent 2367151 commit 0a190e5
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,20 +4,20 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.bastillion</groupId>
<artifactId>bastillion-ec2</artifactId>
<version>1.60.01-SNAPSHOT</version>
<version>1.60.01</version>
<packaging>war</packaging>
<name>Bastillion for EC2</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.9</maven.compiler.source>
<maven.compiler.target>1.9</maven.compiler.target>
<jetty-version>9.4.12.v20180830</jetty-version>
<jetty-version>9.4.14.v20181114</jetty-version>
</properties>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.433</version>
<version>1.11.468</version>
</dependency>
<dependency>
<groupId>loophole.mvc</groupId>
Expand Down

0 comments on commit 0a190e5

Please sign in to comment.