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 6f5259d commit f43bf9fCopy full SHA for f43bf9f
pom.xml
@@ -6,7 +6,7 @@
6
<groupId>com.fasterxml.jackson</groupId>
7
<artifactId>jackson-parent</artifactId>
8
<!-- note: does NOT change for every version of bom -->
9
- <version>2.18.1-SNAPSHOT</version>
+ <version>2.18.1</version>
10
</parent>
11
12
<artifactId>jackson-bom</artifactId>
@@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
49
</scm>
50
51
<properties>
52
- <jackson.version>2.18.1-SNAPSHOT</jackson.version>
+ <jackson.version>2.18.1</jackson.version>
53
54
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
55
of annotations BUT they are all identical, content-wise.
0 commit comments