Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
trautonen committed Oct 18, 2013
1 parent bd046ef commit e8ecc54
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eluder</groupId>
<artifactId>eluder-parent</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<groupId>org.eluder.jersey</groupId>
Expand Down Expand Up @@ -37,9 +37,9 @@
</scm>

<properties>
<mustache.version>0.8.12</mustache.version>
<mustache.version>0.8.13</mustache.version>
<jersey.version>1.17.1</jersey.version>
<grizzly.version>2.3.4</grizzly.version>
<grizzly.version>2.3.6</grizzly.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>
</properties>
Expand Down Expand Up @@ -132,11 +132,12 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${maven.jacoco.version}</version>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit e8ecc54

Please sign in to comment.