Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FasterXML/jackson-datatypes-misc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jackson-datatypes-misc-parent-2.18.2
Choose a base ref
...
head repository: FasterXML/jackson-datatypes-misc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jackson-datatypes-misc-parent-2.18.3
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 28, 2024

  1. [maven-release-plugin] prepare for next development iteration

    cowtowncoder committed Nov 28, 2024
    Copy the full SHA
    6541de6 View commit details
  2. Back to snapshot dep

    cowtowncoder committed Nov 28, 2024
    Copy the full SHA
    ad42e38 View commit details

Commits on Mar 1, 2025

  1. Prep for 2.18.3

    cowtowncoder committed Mar 1, 2025
    Copy the full SHA
    d0ff566 View commit details
  2. [maven-release-plugin] prepare release jackson-datatypes-misc-parent-…

    …2.18.3
    cowtowncoder committed Mar 1, 2025
    Copy the full SHA
    d6859c2 View commit details
Showing with 14 additions and 13 deletions.
  1. +2 −2 jakarta-jsonp/pom.xml
  2. +1 −1 jakarta-mail/pom.xml
  3. +2 −2 joda-money/pom.xml
  4. +2 −2 json-org/pom.xml
  5. +2 −2 jsr-353/pom.xml
  6. +4 −4 pom.xml
  7. +1 −0 release-notes/VERSION-2.x
4 changes: 2 additions & 2 deletions jakarta-jsonp/pom.xml
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-misc-parent</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
</parent>
<artifactId>jackson-datatype-jakarta-jsonp</artifactId>
<name>Jackson datatype: JSON-P (Jakarta)</name>
<version>2.18.2</version>
<version>2.18.3</version>
<packaging>jar</packaging>
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson) to support
working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-binding
2 changes: 1 addition & 1 deletion jakarta-mail/pom.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-misc-parent</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
</parent>
<artifactId>jackson-datatype-jakarta-mail</artifactId>
<name>Jackson datatype: Jakarta Mail</name>
4 changes: 2 additions & 2 deletions joda-money/pom.xml
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-misc-parent</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
</parent>
<artifactId>jackson-datatype-joda-money</artifactId>
<name>Jackson datatype: joda-money</name>
<packaging>jar</packaging>
<version>2.18.2</version>
<version>2.18.3</version>
<description>Support for datatypes of Joda-Money library (https://www.joda.org/joda-money/)
</description>
<url>https://github.com/FasterXML/jackson-datatypes-misc</url>
4 changes: 2 additions & 2 deletions json-org/pom.xml
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-misc-parent</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
</parent>
<artifactId>jackson-datatype-json-org</artifactId>
<name>Jackson datatype: org.json</name>
<packaging>jar</packaging>
<version>2.18.2</version>
<version>2.18.3</version>
<description>Support for datatypes of "org.json" JSON library (see https://json.org/java),
mainly to make it easier to upgrade code to Jackson, using automated conversions.
</description>
4 changes: 2 additions & 2 deletions jsr-353/pom.xml
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-misc-parent</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
</parent>
<artifactId>jackson-datatype-jsr353</artifactId>
<name>Jackson datatype: jsr-353</name>
<version>2.18.2</version>
<version>2.18.3</version>
<packaging>jar</packaging>
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson) to support
working with JSR-353 (JSON-P) node types via data-binding
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
</parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-misc-parent</artifactId>
<name>Jackson datatypes: misc (parent pom)</name>
<version>2.18.2</version>
<version>2.18.3</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson misc datatype modules
</description>
@@ -34,12 +34,12 @@
<connection>scm:git:git@github.com:FasterXML/jackson-datatypes-misc.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-datatypes-misc.git</developerConnection>
<url>https://github.com/FasterXML/jackson-datatypes-misc</url>
<tag>jackson-datatypes-misc-parent-2.18.2</tag>
<tag>jackson-datatypes-misc-parent-2.18.3</tag>
</scm>

<properties>
<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2024-11-28T02:04:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-03-01T00:34:57Z</project.build.outputTimestamp>
</properties>

<dependencies>
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.18.3 (28-Feb-2025)
2.18.2 (27-Nov-2024)
2.18.1 (28-Oct-2024)
2.18.0 (26-Sep-2024)