Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Mar 24, 2020
1 parent 26dd38e commit 49b1f5c
Show file tree
Hide file tree
Showing 3 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.9.0'
compile 'com.virtlink.commons:commons-configuration2-jackson:0.10.0'
```

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.9.0</version>
<version>0.10.0</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.9.0
version=0.10.0
group=com.virtlink.commons

project_name=Jackson for Commons Configuration 2
Expand Down
Empty file modified gradlew
100755 → 100644
Empty file.

0 comments on commit 49b1f5c

Please sign in to comment.