We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725a241 commit 691e036Copy full SHA for 691e036
pom.xml
@@ -10,13 +10,13 @@
10
<groupId>com.fasterxml.jackson</groupId>
11
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
12
<artifactId>jackson-parent</artifactId>
13
- <version>2.20-SNAPSHOT</version>
+ <version>2.20-rc1-SNAPSHOT</version>
14
</parent>
15
16
<groupId>com.fasterxml.jackson.core</groupId>
17
<artifactId>jackson-annotations</artifactId>
18
<name>Jackson-annotations</name>
19
20
<packaging>jar</packaging>
21
<description>Core annotations used for value types, used by Jackson data binding package.
22
</description>
0 commit comments