Skip to content

Commit

Permalink
Bump amq63 version to 1.4.18
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Gao <[email protected]>
  • Loading branch information
howardgao committed Apr 24, 2019
1 parent eb4a8b3 commit be445bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions amq/amq63-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"description": "Application template for JBoss A-MQ brokers. These can be deployed as standalone or in a mesh. This template doesn't feature SSL support.",
"iconClass": "icon-amq",
"tags": "messaging,amq,jboss",
"version": "1.4.17",
"version": "1.4.20",
"openshift.io/display-name": "Red Hat JBoss A-MQ 6.3 (Ephemeral, no SSL)",
"openshift.io/provider-display-name": "Red Hat, Inc."
},
"name": "amq63-basic"
},
"labels": {
"template": "amq63-basic",
"xpaas": "1.4.17"
"xpaas": "1.4.20"
},
"message": "A new messaging service has been created in your project. It will handle the protocol(s) \"${MQ_PROTOCOL}\". The username/password for accessing the service is ${MQ_USERNAME}/${MQ_PASSWORD}.",
"parameters": [
Expand Down
4 changes: 2 additions & 2 deletions amq/amq63-image-stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"annotations": {
"openshift.io/display-name": "Red Hat JBoss A-MQ 6.3",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"version": "1.4.17"
"version": "1.4.20"
}
},
"labels": {
"xpaas": "1.4.17"
"xpaas": "1.4.20"
},
"spec": {
"tags": [
Expand Down
4 changes: 2 additions & 2 deletions amq/amq63-persistent-ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"annotations": {
"iconClass": "icon-amq",
"tags": "messaging,amq,jboss",
"version": "1.4.17",
"version": "1.4.20",
"openshift.io/display-name": "JBoss A-MQ 6.3 (with SSL)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "An example JBoss A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.",
Expand All @@ -17,7 +17,7 @@
},
"labels": {
"template": "amq63-persistent-ssl",
"xpaas": "1.4.17"
"xpaas": "1.4.20"
},
"message": "A new persistent messaging service with SSL support has been created in your project. It will handle the protocol(s) \"${MQ_PROTOCOL}\". The username/password for accessing the service is ${MQ_USERNAME}/${MQ_PASSWORD}. Please be sure to create a secret named \"${AMQ_SECRET}\" containing the trust store and key store files (\"${AMQ_TRUSTSTORE}\" and \"${AMQ_KEYSTORE}\") used for serving secure content.",
"parameters": [
Expand Down
4 changes: 2 additions & 2 deletions amq/amq63-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"annotations": {
"iconClass": "icon-amq",
"tags": "messaging,amq,jboss",
"version": "1.4.17",
"version": "1.4.20",
"openshift.io/display-name": "JBoss A-MQ 6.3 (no SSL)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "An example JBoss A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.",
Expand All @@ -17,7 +17,7 @@
},
"labels": {
"template": "amq63-persistent",
"xpaas": "1.4.17"
"xpaas": "1.4.20"
},
"message": "A new persistent messaging service has been created in your project. It will handle the protocol(s) \"${MQ_PROTOCOL}\". The username/password for accessing the service is ${MQ_USERNAME}/${MQ_PASSWORD}.",
"parameters": [
Expand Down
4 changes: 2 additions & 2 deletions amq/amq63-ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"annotations": {
"iconClass": "icon-amq",
"tags": "messaging,amq,jboss",
"version": "1.4.17",
"version": "1.4.20",
"openshift.io/display-name": "JBoss A-MQ 6.3 (Ephemeral with SSL)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "An example JBoss A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.",
Expand All @@ -17,7 +17,7 @@
},
"labels": {
"template": "amq63-ssl",
"xpaas": "1.4.17"
"xpaas": "1.4.20"
},
"message": "A new messaging service with SSL support has been created in your project. It will handle the protocol(s) \"${MQ_PROTOCOL}\". The username/password for accessing the service is ${MQ_USERNAME}/${MQ_PASSWORD}. Please be sure to create a secret named \"${AMQ_SECRET}\" containing the trust store and key store files (\"${AMQ_TRUSTSTORE}\" and \"${AMQ_KEYSTORE}\") used for serving secure content.",
"parameters": [
Expand Down

0 comments on commit be445bf

Please sign in to comment.