Skip to content

Commit

Permalink
Revert Bamboo core to 9.3.0 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Dec 13, 2023
1 parent 52c8d31 commit 4d6f79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
</scm>

<properties>
<bamboo.version>9.3.3</bamboo.version>
<!-- Bamboo versions above 9.3.0 require JDK 11 -->
<bamboo.version>9.3.0</bamboo.version>
<bamboo.data.version>${bamboo.version}</bamboo.data.version>
<!-- This key is used to keep the consistency between the key in atlassian-plugin.xml and the key to generate bundle. -->
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
Expand Down

0 comments on commit 4d6f79a

Please sign in to comment.