Skip to content

Commit 990e2a2

Browse files
committed
Fix version number after rebase
1 parent 6fd19e0 commit 990e2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-binary</artifactId>
12-
<version>2.18.3-SNAPSHOT</version>
12+
<version>2.19.0-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-avro</artifactId>
1515
<name>Jackson dataformat: Avro</name>

0 commit comments

Comments
 (0)