Skip to content

Commit df8fd64

Browse files
committed
Start 2.15 branch
1 parent 4ecccea commit df8fd64

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ on:
44
branches:
55
- master
66
- "3.0"
7-
- "2.14"
8-
- "2.13"
7+
- "2.15"
98
paths-ignore:
109
- "README.md"
1110
- "release-notes/*"
1211
pull_request:
1312
branches:
1413
- master
1514
- "3.0"
16-
- "2.14"
17-
- "2.13"
15+
- "2.15"
1816
paths-ignore:
1917
- "README.md"
2018
- "release-notes/*"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.14.2-SNAPSHOT</version>
11+
<version>2.15.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>
1515
<name>jackson-module-kotlin</name>
16-
<version>2.14.2-SNAPSHOT</version>
16+
<version>2.15.0-SNAPSHOT</version>
1717
<packaging>bundle</packaging>
1818
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
1919
Kotlin language, specifically introspection of method/constructor parameter names,

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Co-maintainers:
1515
=== Releases ===
1616
------------------------------------------------------------------------
1717

18+
2.15.0 (not yet released)
19+
20+
-
21+
1822
2.14.1 (21-Nov-2022)
1923

2024
No changes since 2.14.0

0 commit comments

Comments
 (0)