Skip to content

Commit 57bad9a

Browse files
committed
start 2.14 branch
1 parent dd83ca7 commit 57bad9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-bom</artifactId>
7-
<version>2.13.0-rc1</version>
7+
<version>2.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jackson-benchmarks</artifactId>
@@ -92,7 +92,7 @@
9292
<groupId>com.fasterxml.jackson.dataformat</groupId>
9393
<artifactId>jackson-dataformat-smile</artifactId>
9494
</dependency>
95-
<dependency> <!-- 2.13.0 !!! -->
95+
<dependency>
9696
<groupId>com.fasterxml.jackson.dataformat</groupId>
9797
<artifactId>jackson-dataformat-toml</artifactId>
9898
</dependency>

0 commit comments

Comments
 (0)