Skip to content

Commit

Permalink
Update deps to 2.18.0-rc1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 27, 2024
1 parent b35d27c commit e910a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-base</artifactId>
<name>Jackson Base</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-parent</artifactId>
<!-- note: does NOT change for every version of bom -->
<version>2.18-SNAPSHOT</version>
<version>2.18-rc1-SNAPSHOT</version>
</parent>

<artifactId>jackson-bom</artifactId>
<name>Jackson BOM</name>
<description>Bill of Materials pom for getting full, complete set of compatible versions
of Jackson components maintained by FasterXML.com
</description>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0-rc1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit e910a1e

Please sign in to comment.