We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0d0aa commit 21dcb9eCopy full SHA for 21dcb9e
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>com.fasterxml.jackson</groupId>
6
<artifactId>jackson-base</artifactId>
7
- <version>2.12.0-rc2</version>
+ <version>2.12.0</version>
8
</parent>
9
<groupId>com.fasterxml.jackson.test</groupId>
10
<artifactId>jackson-integration-tests</artifactId>
@@ -27,7 +27,7 @@
27
<!-- 13-Oct-2020, tatu: may need to occasionally work around missing Scala
28
module snapshot version
29
-->
30
- <jackson.version.module.scala>2.12.0-rc2</jackson.version.module.scala>
+ <jackson.version.module.scala>2.12.0</jackson.version.module.scala>
31
</properties>
32
33
<dependencies>
0 commit comments