Skip to content

Commit 34d40e6

Browse files
committed
prep release
1 parent a847828 commit 34d40e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ThisBuild / publishTo := {
2323

2424
bomFormat := "xml"
2525

26-
resolvers += Resolver.sonatypeCentralSnapshots
27-
ThisBuild / version := "3.0.0-SNAPSHOT"
26+
// resolvers += Resolver.sonatypeCentralSnapshots
27+
// ThisBuild / version := "3.0.0-SNAPSHOT"
2828
val jacksonVersion = "3.0.0-rc8"
2929

3030
autoAPIMappings := true

release-notes/VERSION3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Check VERSION.md for jackson-module-scala 2.x release information. This file tracks jackson-module-scala 3.x.
22

3-
# 3.0.0-rc7
3+
# 3.0.0-rc8
44

55
This patch release tracks Jackson 3.0.0. The 3.0 series has full support for Scala 2.12, 2.13 and 3.
66
There are many changes in related jackson libraries that affect all jackson users. jackson-module-scala changes

0 commit comments

Comments
 (0)