Hello, folks! I’m assisting with a Bitbucket Data Center upgrade from version 7.21 to 8.19.14 and need to figure out the Atlassian SDK version to use.
Also, we’re looking for advice on the recommended version of the bitbucket-maven-plugin
to use. Here’s what our current setup looks like:
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>bitbucket-maven-plugin</artifactId>
<version>8.1.2</version>
<extensions>true</extensions>
...
<version>7.21.0</version>
<dataVersion>7.21.0</dataVersion>
Any tips or suggestions would be super helpful! Thanks!