msgpack / msgpack-java

MessagePack serializer implementation for Java / msgpack.org[Java]
http://msgpack.org/
Apache License 2.0
1.41k stars 321 forks source link

Switch the default branch from develop to main #755

Closed xerial closed 1 year ago

xerial commented 1 year ago

FYI: @komamitsu

git branch -m develop main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a