Skip to content

Commit

Permalink
[KIECLOUD-620] - Prepare RHDM and RHPAM repositories for 7.12.1 relea…
Browse files Browse the repository at this point in the history
…se (#516)

Signed-off-by: spolti <[email protected]>
  • Loading branch information
spolti authored Feb 24, 2022
1 parent 9881dc6 commit 67c35b4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ labels:
- name: "org.jboss.product"
value: "rhdm-decisioncentral"
- name: "org.jboss.product.version"
value: "7.12.0"
value: "7.12.1"
- name: "org.jboss.product.rhdm-decisioncentral.version"
value: "7.12.0"
value: "7.12.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-decisioncentral"
- name: "RHDM_DECISION_CENTRAL_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "PRODUCT_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
value: "rhdm_decision_central_distribution.zip"
- name: "DECISION_CENTRAL_DISTRIBUTION_EAP"
Expand All @@ -39,7 +39,7 @@ ports:
- value: 8001
artifacts:
- name: "rhdm_decision_central_distribution.zip"
# rhdm-7.12.0.redhat-20200224-decision-central-eap7-deployable.zip
# rhdm-7.12.1.redhat-20200224-decision-central-eap7-deployable.zip
md5: "759fc7de8cdc5f366e90bdd10c66346e"
run:
user: 185
Expand Down
11 changes: 5 additions & 6 deletions controller/modules/controller/module.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
schema_version: 1
name: "rhdm-7-controller"
version: "1.0"
Expand All @@ -7,20 +6,20 @@ labels:
- name: "org.jboss.product"
value: "rhdm-controller"
- name: "org.jboss.product.version"
value: "7.12.0"
value: "7.12.1"
- name: "org.jboss.product.rhdm-controller.version"
value: "7.12.0"
value: "7.12.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-controller"
- name: "RHDM_CONTROLLER_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "PRODUCT_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "ADD_ONS_DISTRIBUTION_ZIP"
value: "rhdm_add_ons_distribution.zip"
- name: "CONTROLLER_DISTRIBUTION_ZIP"
value: "rhdm-7.12.0-controller-ee7.zip"
value: "rhdm-7.12.1-controller-ee7.zip"
artifacts:
- name: "rhdm_add_ons_distribution.zip"
# rhdm-7.12.1-add-ons.zip
Expand Down
9 changes: 4 additions & 5 deletions decisioncentral/modules/decisioncentral/module.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
schema_version: 1
name: "rhdm-7-decisioncentral"
version: "1.0"
Expand All @@ -7,16 +6,16 @@ labels:
- name: "org.jboss.product"
value: "rhdm-decisioncentral"
- name: "org.jboss.product.version"
value: "7.12.0"
value: "7.12.1"
- name: "org.jboss.product.rhdm-decisioncentral.version"
value: "7.12.0"
value: "7.12.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-decisioncentral"
- name: "RHDM_DECISION_CENTRAL_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "PRODUCT_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
value: "rhdm_decision_central_distribution.zip"
- name: "DECISION_CENTRAL_DISTRIBUTION_EAP"
Expand Down
9 changes: 4 additions & 5 deletions kieserver/modules/kieserver/module.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
schema_version: 1
name: "rhdm-7-kieserver"
version: "1.0"
Expand All @@ -7,16 +6,16 @@ labels:
- name: "org.jboss.product"
value: "rhdm-kieserver"
- name: "org.jboss.product.version"
value: "7.12.0"
value: "7.12.1"
- name: "org.jboss.product.rhdm-kieserver.version"
value: "7.12.0"
value: "7.12.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-kieserver"
- name: "RHDM_KIESERVER_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "PRODUCT_VERSION"
value: "7.12.0"
value: "7.12.1"
- name: "KIE_SERVER_DISTRIBUTION_ZIP"
value: "rhdm_kie_server_distribution.zip"
artifacts:
Expand Down

0 comments on commit 67c35b4

Please sign in to comment.