Skip to content

Commit

Permalink
Start 2.18 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 27, 2024
1 parent a0b4a6d commit 1f82717
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
branches:
- master
- "3.0"
- "2.17"
- "2.18"
paths-ignore:
- "README.md"
- "release-notes/*"
pull_request:
branches:
- master
- "3.0"
- "2.17"
- "2.18"
paths-ignore:
- "README.md"
- "release-notes/*"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.17.1-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<name>Jackson datatype: Joda</name>
<version>2.17.1-SNAPSHOT</version>
<version>2.18.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.
</description>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Project: jackson-datatype-joda
=== Releases ===
------------------------------------------------------------------------

2.18.0 (not yet released)

No changes since 2.17

2.17.0 (12-Mar-2024)

No changes since 2.16
Expand Down

0 comments on commit 1f82717

Please sign in to comment.