Skip to content

Commit

Permalink
0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgray committed May 22, 2017
1 parent 9dab2a9 commit e30c9ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.6.1 - May 22, 2017
---
* [Dropwizard 1.1.1](https://github.com/dropwizard/dropwizard/releases/tag/v1.1.1)
* [Tenacity 1.1.2](https://github.com/yammer/tenacity/releases/tag/tenacity-parent-1.1.2)
* Mockito 2.8.9
* H2 1.4.195

0.6.0 - Apr. 11, 2017
---
* [Dropwizard 1.1.0](http://www.dropwizard.io/1.1.0/docs/about/release-notes.html)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
</issueManagement>

<properties>
<dropwizard.version>1.1.0</dropwizard.version>
<dropwizard.version>1.1.1</dropwizard.version>
<windowsazure.version>0.4.6</windowsazure.version>
<tenacity.version>1.1.1</tenacity.version>
<tenacity.version>1.1.2</tenacity.version>
<turbine.version>1.0.0</turbine.version>
<dropwizard-auth-ldap.version>1.0.4</dropwizard-auth-ldap.version>
<postgresql.version>42.1.1</postgresql.version>
<h2.version>1.4.195</h2.version>
<kubernetes.version>2.2.144</kubernetes.version>
<mockito-core.version>2.7.22</mockito-core.version>
<mockito-core.version>2.8.9</mockito-core.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit e30c9ce

Please sign in to comment.