Skip to content

Commit

Permalink
fix(version): jira updated to 9.12.14 release (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin authored Oct 8, 2024
1 parent a5206b8 commit e74ba05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
jira_product: 'software'
jira_version: '9.12.13'
jira_version: '9.12.14'
jira_archive_name: 'atlassian-jira-{{ jira_product }}-{{ jira_version }}.tar.gz'
jira_download_url: 'https://www.atlassian.com/software/jira/downloads/binary'
jira_checksum_url: '{{ jira_download_url }}/{{ jira_archive_name }}.sha256'
Expand Down
2 changes: 1 addition & 1 deletion meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ argument_specs:
jira_version:
type: 'str'
description: 'The version of Jira to download.'
default: '9.12.13'
default: '9.12.14'
jira_archive_name:
type: 'str'
description: 'Jira archive name.'
Expand Down

0 comments on commit e74ba05

Please sign in to comment.