Bitbucket 8 (Server/DC) Atlassian SDK atlas-run fails: H2 DB file format is no longer supported

Continuing the discussion from Bitbucket Server 8.0 Early Access Program (EAP) release:

I have declared bitbucket version 8.8.0 in my pom.xml

    <properties>
        <bitbucket.version>8.8.0</bitbucket.version>
        <product.version>${bitbucket.version}</product.version>
        <bitbucket.data.version>${bitbucket.version}</bitbucket.data.version>

Bitbucket does not start up with atlas-run or atlas-debug

bitbucket-maven-plugin version is 8.0.4 same as AMPS version.

Thanks for any insights.

Update (Solution):

After changing AMPS version to 8.1.2 Bitbucket starts up fine with atlas-debug -v 8.8.0 --data-version 8.8.0

:+1: