https://github.com/FasterXML/jackson-databind
Raw File
Tip revision: 19e6b6fbcfd4105dc6365928ebc2f07da61e78c5 authored by Tatu Saloranta on 12 October 2022, 20:01:08 UTC
[maven-release-plugin] prepare release jackson-databind-2.13.4.1
Tip revision: 19e6b6f
.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