Skip to content

Commit

Permalink
Prepare for 2.17.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 10, 2024
1 parent 0f5a114 commit 3ab5ac5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-csv</artifactId>
<name>Jackson-dataformat-CSV</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0-rc1-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<name>Jackson dataformats: Text</name>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0-rc1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
</description>
Expand Down
2 changes: 1 addition & 1 deletion properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-properties</artifactId>
<name>Jackson-dataformat-Properties</name>
Expand Down
2 changes: 1 addition & 1 deletion toml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-toml</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-yaml</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 3ab5ac5

Please sign in to comment.