Skip to content

Commit 8e43cc5

Browse files
committed
Drop rc2 from version for 2.20.0 release
1 parent 7270f49 commit 8e43cc5

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
@@ -9,12 +9,12 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.20.0-rc2-SNAPSHOT</version>
12+
<version>2.20.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<groupId>com.fasterxml.jackson.core</groupId>
1616
<artifactId>jackson-databind</artifactId>
17-
<version>2.20.0-rc2-SNAPSHOT</version>
17+
<version>2.20.0-SNAPSHOT</version>
1818
<name>jackson-databind</name>
1919
<packaging>jar</packaging>
2020
<description>General data-binding functionality for Jackson: works on core streaming API</description>

0 commit comments

Comments
 (0)