Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<packaging>atlassian-plugin</packaging>

<properties>
<bitbucket.version>5.5.0</bitbucket.version>
<bitbucket.version>6.0.1</bitbucket.version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not this require increase of plugin major version in pom.xml and documenting it in README.adoc?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project owner should do that but he is not responding.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will users of BitBucket 6.0.0 be able to use the plugin?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works for me on 6+.

<bitbucket.data.version>${bitbucket.version}</bitbucket.data.version>
<amps.version>6.3.0</amps.version>
<amps.version>8.0.0</amps.version>
<plugin.testrunner.version>1.2.0</plugin.testrunner.version>
<maven-compiler-plugin>3.3</maven-compiler-plugin>
<maven-compiler-plugin>3.8.0</maven-compiler-plugin>
</properties>

<licenses>
Expand Down