Skip to content

Commit 21dcb9e

Browse files
committed
...
1 parent ab0d0aa commit 21dcb9e

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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-base</artifactId>
7-
<version>2.12.0-rc2</version>
7+
<version>2.12.0</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.test</groupId>
1010
<artifactId>jackson-integration-tests</artifactId>
@@ -27,7 +27,7 @@
2727
<!-- 13-Oct-2020, tatu: may need to occasionally work around missing Scala
2828
module snapshot version
2929
-->
30-
<jackson.version.module.scala>2.12.0-rc2</jackson.version.module.scala>
30+
<jackson.version.module.scala>2.12.0</jackson.version.module.scala>
3131
</properties>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)