Trying to develop a bamboo plugin using the atlassian-sdk, following the guide documentation.
Used the command atlas-create-bamboo-plugin to create the dir. When an error is shown on "Version number may be negative or greater than 255" while running atlas-run. I changed the bamboo version (to 7.2.7), data version(7.2.0) and amps ver. (8.2.0) in the pom. (see below).
Properties changed in pom
<properties>
<bamboo.version>7.2.7</bamboo.version>
<bamboo.data.version>7.2.0</bamboo.data.version>
<amps.version>8.2.0</amps.version>
atlas-version
ATLAS Version: 8.2.7
ATLAS Home: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.7
ATLAS Scripts: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.7\bin
ATLAS Maven Home: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.7\apache-maven-3.5.4
AMPS Version: 8.1.2
--------
Executing: "C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.7\apache-maven-3.5.4\bin\mvn" --version -gs C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.7\apache-maven-3.5.4/conf/settings.xml
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T14:33:14-04:00)
Maven home: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.7\apache-maven-3.5.4\bin\..
Java version: 1.8.0_275, vendor: AdoptOpenJDK, runtime: C:\Program Files\AdoptOpenJDK\jdk-8.0.275.1-hotspot\jre
Currently when running atlas-run on the project dir. Bamboo successfully boots up however I am greeted with this screen

When logging in with default password I'm greeted with this screen.

Furthermore I found that it also seems to create multiple copies of itself as time goes on

Has anyone encountered this problem?