Skip to content

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Apr 19, 2024
1 parent 6e69538 commit 9cd1b8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).


## [1.3.5] - 2024-04-19
- No changes.


## [1.3.4] - 2024-04-19
- No changes.

Expand Down Expand Up @@ -103,8 +107,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Initial public release.


[unreleased]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.4...HEAD
[1.3.4]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.4...1.3.4
[unreleased]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.5...HEAD
[1.3.5]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.4...1.3.5
[1.3.4]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.3...1.3.4
[1.3.3]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.2...1.3.3
[1.3.2]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/Virtlink/commons-configuration2-jackson/compare/1.3.0...1.3.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ 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

```groovy
implementation 'com.virtlink.commons:commons-configuration2-jackson:1.3.4'
implementation 'com.virtlink.commons:commons-configuration2-jackson:1.3.5'
```

Or in Gradle Kotlin DSL, add to your `dependencies` block

```kotlin
implementation("com.virtlink.commons:commons-configuration2-jackson:1.3.4")
implementation("com.virtlink.commons:commons-configuration2-jackson:1.3.5")
```

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

Expand Down

0 comments on commit 9cd1b8f

Please sign in to comment.