Skip to content

Commit b024f78

Browse files
committed
feat: ensure compatibility with Jira 10.4.0
1 parent 67c109c commit b024f78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ category: Administration
1414
* chore: simplify Docker configuration for testing
1515
* feat: ensure compatibility with Jira 10.3.0
1616
* refactor: improve structure of subtask creation service
17+
* feat: ensure compatibility with Jira 10.4.0
1718

1819
### [24.11.0] - 2024-11-11
1920

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<maven.compiler.target>${java.version}</maven.compiler.target>
3434

3535
<!-- Jira versions -->
36-
<jira.version>10.3.0</jira.version>
36+
<jira.version>10.4.0</jira.version>
3737

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

0 commit comments

Comments
 (0)