Skip to content

Commit

Permalink
Updating the dependencies. Updating to dropwizard 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakaki committed Feb 16, 2017
1 parent 878d33c commit 4498433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.mtakaki</groupId>
<artifactId>dropwizard-circuitbreaker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>dropwizard-circuitbreaker</name>
Expand All @@ -29,7 +29,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard.version>1.0.0</dropwizard.version>
<dropwizard.version>1.0.5</dropwizard.version>
<!-- Flaky test setting, re-run more 2 times in case of a failure -->
<surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
</properties>
Expand Down Expand Up @@ -175,7 +175,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<configuration>
<repoToken>${env.COVERALLS_REPO_TOKEN}</repoToken>
</configuration>
Expand Down Expand Up @@ -232,7 +232,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.5</version>
<version>2.19.1</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 4498433

Please sign in to comment.