Skip to content

Commit

Permalink
Revised description to conform to 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Apr 14, 2024
1 parent df83fad commit 48b0b27
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 @@ -253,8 +253,8 @@ See the [main Jackson contribution guidelines](https://github.com/FasterXML/jack

If you are going to write code, choose the appropriate base branch:

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

### Failing tests
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-module-kotlin.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-module-kotlin.git</developerConnection>
<url>https://github.com/FasterXML/jackson-module-kotlin</url>
<tag>jackson-module-kotlin-2.17.1</tag>
<tag>jackson-module-kotlin-2.18.0-rc1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 48b0b27

Please sign in to comment.