How to create plugin with correct version?

I have sdk 8.0.16.
After atlas-create-jira-plugin it creates pom.xml with <jira.version>7.13.0</jira.version>
Why ?

I need to create a plugin for Jira 8.5.3 (server)
Should I edit pom.xml and change it manually ?

Any help will be appreciated.

HI,
Did you find any answers to this? It is an annoying issue. My production server is Jira 8.x but plugin is created for 7.13.0. As a result the atlas-run starts version 7 of Jira, so I’m not able to develop my plugin for production because of API incompatibility