Skip to content

Commit b2f1c87

Browse files
committed
Revised description to conform to 2.17
1 parent ce3e046 commit b2f1c87

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,24 @@ and those with secondary constructors or static factories are also supported.
1010

1111
# Status
1212

13-
* release `2.16.0` (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)
13+
* release `2.17.0` (for Jackson `2.17.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)
14+
* 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)
1415
* release `2.15.3` (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)
1516
* release `2.14.3` (for Jackson `2.14.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14)
1617

1718
Releases require that you have included Kotlin stdlib and reflect libraries already.
1819

1920
Gradle:
2021
```
21-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.16.+"
22+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+"
2223
```
2324

2425
Maven:
2526
```xml
2627
<dependency>
2728
<groupId>com.fasterxml.jackson.module</groupId>
2829
<artifactId>jackson-module-kotlin</artifactId>
29-
<version>2.16.0</version>
30+
<version>2.17.0</version>
3031
</dependency>
3132
```
3233

@@ -252,8 +253,8 @@ See the [main Jackson contribution guidelines](https://github.com/FasterXML/jack
252253

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

255-
- `2.15` for bugfixes against the current stable version
256-
- `2.16` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
256+
- `2.16` for bugfixes against the current stable version
257+
- `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
257258
- `master` for significant changes to existing behavior, which will be part of Jackson 3.0
258259

259260
### Failing tests

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<connection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</connection>
5454
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</developerConnection>
5555
<url>https://github.com/FasterXML/jackson-module-kotlin</url>
56-
<tag>jackson-module-kotlin-2.16.0-rc1</tag>
56+
<tag>jackson-module-kotlin-2.17.1</tag>
5757
</scm>
5858

5959
<properties>

release-notes/CREDITS-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WrongWrong (@k163377)
4444
* #732: SequenceSerializer removed.
4545
* #727: Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation
4646

47-
# 2.16.1 (not yet released)
47+
# 2.16.1
4848

4949
WrongWrong (@k163377)
5050
* #733: Fix problem with Serializable objects not implementing readResolve

0 commit comments

Comments
 (0)