Skip to content

Commit

Permalink
Prepare for 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 15, 2016
1 parent 4c9b859 commit c0994f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

2.8.0 (2016-XX-XX)
2.8.0 (2016-09-15)
------------------

* All changes included in 2.8.0-rc1.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.7.4</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.1.0-beta</version>
<version>2.1.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-objects</artifactId>
<version>2.7.4</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c0994f6

Please sign in to comment.