Atlas-plugin-sdk-8.0.16 modify the built-in java version and jira.version

I am using atlas-plugin-sdk-8.0.16 to create a new JIRA plug-in framework with atlas-create-jira-plugin command. In atlas ian-plugin-sdk-8.0.16, jira.version is 7.13.0 by default and Java version is 1.8. I’ve tried a lot of methods, but I’ve never found a place to change it. I hope that some kind friend can help me and tell me how to modify it. Thank you!

In the plugin SDK the default version is hard coded - it’s linked to the version of AMPS you’re using. Once you build the project directory, you’ll be able to modify it in the POM or change it when you select atlas-run. Not every JIRA version has a corresponding AMPS version.

Are you trying to ensure your plugin directory is created for a particular version of Jira? Or do you just want to start a particular version of Jira each time you atlas-run?