Skip to content

Commit

Permalink
[KIECLOUD-551] - Prepare RHPAM and RHDM for 7.11.1 release (#482)
Browse files Browse the repository at this point in the history
Signed-off-by: spolti <fspolti@redhat.com>
  • Loading branch information
spolti authored Jul 9, 2021
1 parent 61598ee commit 8ee1e70
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 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.11.0"
value: "7.11.1"
- name: "org.jboss.product.rhdm-decisioncentral.version"
value: "7.11.0"
value: "7.11.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-decisioncentral"
- name: "RHDM_DECISION_CENTRAL_VERSION"
value: "7.11.0"
value: "7.11.1"
- name: "PRODUCT_VERSION"
value: "7.11.0"
value: "7.11.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.11.0.redhat-20200224-decision-central-eap7-deployable.zip
# rhdm-7.11.1.redhat-20200224-decision-central-eap7-deployable.zip
md5: "759fc7de8cdc5f366e90bdd10c66346e"
run:
user: 185
Expand All @@ -60,7 +60,7 @@ In the file above we set the most important configurations to which defines:
Note the *DECISION_CENTRAL_DISTRIBUTION.ZIP* env, its value will be the artifact name that, when the build is completed,
is placed in the `/<images_source_dir>/rhdm-7-openshift-image/businesscentral/target/image` directory,
note that it is on the rhdm-7-openshift-image repository. The **module.yaml** file above is a example of
note that it is on the rhdm-7-openshift-image repository. The **module.yaml** file above is an example of
the base module used to configure the product bits into the final OpenShift image. All OpenShift images have a
similar module descriptor, and these modules (the base modules) are one of the first module listed in
the *-openshift image’s image.yaml file.
Expand Down
10 changes: 5 additions & 5 deletions controller/modules/controller/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ labels:
- name: "org.jboss.product"
value: "rhdm-controller"
- name: "org.jboss.product.version"
value: "7.11.0"
value: "7.11.1"
- name: "org.jboss.product.rhdm-controller.version"
value: "7.11.0"
value: "7.11.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-controller"
- name: "RHDM_CONTROLLER_VERSION"
value: "7.11.0"
value: "7.11.1"
- name: "PRODUCT_VERSION"
value: "7.11.0"
value: "7.11.1"
- name: "ADD_ONS_DISTRIBUTION_ZIP"
value: "rhdm_add_ons_distribution.zip"
- name: "CONTROLLER_DISTRIBUTION_ZIP"
value: "rhdm-7.11.0-controller-ee7.zip"
value: "rhdm-7.11.1-controller-ee7.zip"
artifacts:
- name: "rhdm_add_ons_distribution.zip"
# rhdm-7.11.1-add-ons.zip
Expand Down
8 changes: 4 additions & 4 deletions decisioncentral/modules/decisioncentral/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ labels:
- name: "org.jboss.product"
value: "rhdm-decisioncentral"
- name: "org.jboss.product.version"
value: "7.11.0"
value: "7.11.1"
- name: "org.jboss.product.rhdm-decisioncentral.version"
value: "7.11.0"
value: "7.11.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-decisioncentral"
- name: "RHDM_DECISION_CENTRAL_VERSION"
value: "7.11.0"
value: "7.11.1"
- name: "PRODUCT_VERSION"
value: "7.11.0"
value: "7.11.1"
- name: "DECISION_CENTRAL_DISTRIBUTION_ZIP"
value: "rhdm_decision_central_distribution.zip"
- name: "DECISION_CENTRAL_DISTRIBUTION_EAP"
Expand Down
8 changes: 4 additions & 4 deletions kieserver/modules/kieserver/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ labels:
- name: "org.jboss.product"
value: "rhdm-kieserver"
- name: "org.jboss.product.version"
value: "7.11.0"
value: "7.11.1"
- name: "org.jboss.product.rhdm-kieserver.version"
value: "7.11.0"
value: "7.11.1"
envs:
- name: "JBOSS_PRODUCT"
value: "rhdm-kieserver"
- name: "RHDM_KIESERVER_VERSION"
value: "7.11.0"
value: "7.11.1"
- name: "PRODUCT_VERSION"
value: "7.11.0"
value: "7.11.1"
- name: "KIE_SERVER_DISTRIBUTION_ZIP"
value: "rhdm_kie_server_distribution.zip"
artifacts:
Expand Down

0 comments on commit 8ee1e70

Please sign in to comment.