Skip to content

Commit c041932

Browse files
authored
Merge pull request #953 from k163377/fix/readme
Update README
2 parents ef8236b + fccf101 commit c041932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and those with secondary constructors or static factories are also supported.
1313

1414
# Status
1515

16-
* release `2.18.2` (for Jackson `2.18.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18)
16+
* release `2.18.3` (for Jackson `2.18.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18)
1717
* release `2.17.3` (for Jackson `2.17.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.17)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.17)
1818
* release `2.16.2` (for Jackson `2.16.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16)
1919
* release `2.15.4` (for Jackson `2.15.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15)
@@ -30,7 +30,7 @@ Maven:
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.module</groupId>
3232
<artifactId>jackson-module-kotlin</artifactId>
33-
<version>2.18.2</version>
33+
<version>2.18.3</version>
3434
</dependency>
3535
```
3636

@@ -261,7 +261,7 @@ If you are going to write code, choose the appropriate base branch:
261261

262262
- `2.18` for bugfixes against the current stable version
263263
- `2.19` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
264-
- `master` for significant changes to existing behavior, which will be part of Jackson 3.0
264+
- `3.x` for significant changes to existing behavior, which will be part of Jackson 3.0
265265

266266
### Failing tests
267267

0 commit comments

Comments
 (0)