Skip to content

Commit

Permalink
Merge pull request #391 from atlassian-labs/update-bitbucket-confluen…
Browse files Browse the repository at this point in the history
…ce-versions

Update Confluence and Bitbucket to the latest available versions
  • Loading branch information
yevhenhr authored Jul 29, 2024
2 parents 00a30f7 + 45c1eae commit dbd2c93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
matrix:
# every version part should be 0 <= <version> <= 255; otherwise Confluence fails to start
java-version: [17]
confluence-version: [9.0.0-m72]
confluence-version: [9.0.0-rc2]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
strategy:
matrix:
java-version: [17]
bitbucket-version: [9.0.0-eap03]
bitbucket-version: [9.0.0-eap09]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions bitbucket-slack-server-integration-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@

<!-- product properties -->
<plugin.key>${project.groupId}.${project.artifactId}</plugin.key>
<bitbucket.api.version>9.0.0-eap03</bitbucket.api.version>
<bitbucket.version>9.0.0-eap03</bitbucket.version>
<!-- 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.data.version>${bitbucket.version}</bitbucket.data.version>
<bitbucket.amps.version>8.16.1</bitbucket.amps.version>
<platform.version>7.0.5</platform.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<project.root.directory>${project.basedir}/..</project.root.directory>

<!-- version of Confluence libraries used to compile plugin code -->
<confluence.api.version>9.0.0-m81</confluence.api.version>
<confluence.api.version>9.0.0-rc2</confluence.api.version>

<!-- version of Confluence used in integration tests -->
<confluence.version>9.0.0-m81</confluence.version>
<confluence.version>9.0.0-rc2</confluence.version>
<confluence.data.version>${confluence.version}</confluence.data.version>

<confluence.amps.version>8.9.2</confluence.amps.version>
Expand Down

0 comments on commit dbd2c93

Please sign in to comment.