Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 11, 2016
1 parent 5bc91d1 commit bc4be9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
This lists the most notable changes between releases of this project.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.6.1

* Fixed some transitive dependencies.

## 0.6.0

* Updated and removed some dependencies.
Expand Down
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 Configuratio
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.6.0'
compile 'com.virtlink.commons:commons-configuration2-jackson:0.6.1'
```

In Maven, add to your `<dependencies>` tag
Expand All @@ -21,7 +21,7 @@ In Maven, add to your `<dependencies>` tag
<dependency>
<groupId>com.virtlink.commons</groupId>
<artifactId>commons-configuration2-jackson</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
```

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.6.0
version=0.6.1
group=com.virtlink.commons

project_name=Jackson for Commons Configuration 2
Expand Down

0 comments on commit bc4be9a

Please sign in to comment.