https://github.com/FasterXML/jackson-databind
Raw File
Tip revision: f2bf1fe15f6ca37bd16b9cf7e2cf7caa614149a2 authored by Tatu Saloranta on 05 January 2020, 02:13:21 UTC
[maven-release-plugin] prepare release jackson-databind-2.10.2
Tip revision: f2bf1fe
.gitattributes
# Do not merge `pom.xml` from older version, as it will typically conflict
#
# note: also need:
# git config --global merge.ours.driver true
# (and if ever need to disable change `true` to `false`

pom.xml merge=ours
back to top