Skip to content

Commit

Permalink
feat: ensure compatibility with Jira 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codescape committed Jan 31, 2025
1 parent 364a124 commit afc26db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ category: Administration

* chore: simplify Docker configuration for testing
* feat: ensure compatibility with Jira 10.3.0
* feat: ensure compatibility with Jira 10.4.0

### [24.10.0] - 2024-10-29

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- Jira versions -->
<jira.version>10.3.0</jira.version>
<jira.version>10.4.0</jira.version>

<!-- Plugin versions (keep in sync with jira-project) -->
<amps.version>9.1.1</amps.version>
Expand Down

0 comments on commit afc26db

Please sign in to comment.