Skip to content

Commit

Permalink
Backport #52 into 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 13, 2022
1 parent 142e684 commit 1387523
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base/pom.xml
Expand Up @@ -25,6 +25,11 @@ of Jackson: application code should only rely on `jackson-bom`
<moditect.sourceGroup>${project.groupId}</moditect.sourceGroup>
<moditect.sourceArtifact>${project.artifactId}</moditect.sourceArtifact>
<moditect.sourceVersion>${project.version}</moditect.sourceVersion>

<!-- To fix [jackson-bom#52] need to first use better default version for
parent pom, and then also allow override as need be
-->
<jackson-bom.version>${project.parent.version}</jackson-bom.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -184,7 +189,7 @@ of Jackson: application code should only rely on `jackson-bom`
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${project.version}</version>
<version>${jackson-bom.version}</version>
</dependency>
</platformDependencies>
</configuration>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -9,6 +9,10 @@ Jackson components (core, modules)
=== Releases (note: only includes patches with actual changes)
------------------------------------------------------------------------

(not yet released)

#52: (backported from 2.14) Gradle reports incorrect jackson-bom dependency version

2.13.4 (03-Sep-2022)
2.13.3 (14-May-2022)

Expand Down

0 comments on commit 1387523

Please sign in to comment.