Skip to content

Commit

Permalink
Start 2.13 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 10, 2021
1 parent 50ac6db commit 97b7c05
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.12.2-SNAPSHOT</version>
<version>2.13.0-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.12.2-SNAPSHOT</version>
<version>2.13.0-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
<name>Jackson dataformats: Text</name>
<version>2.12.2-SNAPSHOT</version>
<version>2.13.0-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.12.2-SNAPSHOT</version>
<version>2.13.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-properties</artifactId>
<name>Jackson-dataformat-Properties</name>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.13.0 (not yet released)

No changes since 2.12

2.12.1 (08-Jan-2021)

No changes since 2.12.0
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.12.2-SNAPSHOT</version>
<version>2.13.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-yaml</artifactId>
<packaging>bundle</packaging>
Expand Down

0 comments on commit 97b7c05

Please sign in to comment.