Skip to content

Commit

Permalink
Prepare for eventual 2.18.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 27, 2024
1 parent 54a1d0a commit 3b1d7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<groupId>com.fasterxml.jackson</groupId>
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
<artifactId>jackson-parent</artifactId>
<version>2.18-SNAPSHOT</version>
<version>2.18-rc1-SNAPSHOT</version>
</parent>

<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<name>Jackson-annotations</name>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0-rc1-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Core annotations used for value types, used by Jackson data binding package.
</description>
Expand Down

0 comments on commit 3b1d7ad

Please sign in to comment.