Skip to content

Commit 9c5ed7e

Browse files
authored
Prep work 1.0.4 release (#124)
* Adding 942 as the new default * Updating galaxy release number
1 parent 8c60ad3 commit 9c5ed7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: ibm_messaging
88
name: ibmmq
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 1.0.3
11+
version: 1.0.4
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README-GALAXY.md

roles/downloadmq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Retrieves and unpackages the specified MQ installation.
55

66
| Name | Description | Example |
77
| --- | --- | --- |
8-
| version | Non-separated MQ version number to be installed | `930` |
8+
| version | Non-separated MQ version number to be installed | `942` |
99
| downloadURL| Download location for MQ installation | `https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/` |
1010
| local_source | Bool to specify if you want a local source (from Ansible machine) to be installed in your target machines |
1111
| mq_local_path | Path where MQ source package is located locally |

roles/downloadmq/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
version: 930
2+
version: 942
33
local_source: false
44
mq_local_path: ~/tmp/

0 commit comments

Comments
 (0)