Downgrade openhab core version use in openhab-distro,

Hello Everyone,

I would like to know if there is a simple way to downgrade the openhab core version that is used when developping addon inside eclipse ide with openhab-distro.

I’m currently work on a binding, and find a strange behaviour on bundle startup, and would like to verify if it’s not a regression coming from core modifications as it was working a few weeks ago.

Thanks,
Laurent.

You can always checkout an earlier version of core through GIT (i.e git checkout 4.2.0), then you should be taken back to that version.