Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Sep 24, 2019
1 parent 2b3f34e commit 4e3e880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project adds support for FasterXML's Jackson to [Apache Commons Configurati
Add the library as a dependency to your project. In Gradle, add to your `dependencies` block

```gradle
compile 'com.virtlink.commons:commons-configuration2-jackson:0.7.0'
compile 'com.virtlink.commons:commons-configuration2-jackson:0.8.0'
```

In Maven, add to your `<dependencies>` tag
Expand Down Expand Up @@ -86,7 +86,7 @@ for a solution or workaround, or create a new issue.


## Copyright and License
Copyright © 2015-2016 - Daniel Pelsmaeker
Copyright © 2015-2019 - Daniel Pelsmaeker

The code and files in this project are licensed under the [Apache License, Version 2.0][4].
You may use the files in this project in compliance with the license.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

version=0.7.0
version=0.8.0
group=com.virtlink.commons

project_name=Jackson for Commons Configuration 2
Expand Down

0 comments on commit 4e3e880

Please sign in to comment.