Skip to content

Commit

Permalink
Bump bitbucket version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Hrytsai committed Aug 8, 2024
1 parent c33a981 commit 4c9aa3f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bitbucket-slack-server-integration-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
<!-- product properties -->
<plugin.key>${project.groupId}.${project.artifactId}</plugin.key>
<!-- TODO: 9.0.0 bitbucket-rest-api and bitbucket-rest-model are not available yet-->
<bitbucket.api.version>9.0.0-eap09</bitbucket.api.version>
<bitbucket.version>9.0.0-eap09</bitbucket.version>
<bitbucket.rest.api.version>9.0.0-eap09</bitbucket.rest.api.version>
<bitbucket.api.version>9.0.0</bitbucket.api.version>
<bitbucket.version>9.0.0</bitbucket.version>
<bitbucket.data.version>${bitbucket.version}</bitbucket.data.version>
<bitbucket.amps.version>9.0.4</bitbucket.amps.version>
<platform.version>7.0.5</platform.version>
Expand Down Expand Up @@ -127,13 +128,13 @@
<dependency>
<groupId>com.atlassian.bitbucket.server</groupId>
<artifactId>bitbucket-rest-api</artifactId>
<version>${bitbucket.api.version}</version>
<version>${bitbucket.rest.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.bitbucket.server</groupId>
<artifactId>bitbucket-rest-model</artifactId>
<version>${bitbucket.api.version}</version>
<version>${bitbucket.rest.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4c9aa3f

Please sign in to comment.