diff --git a/README.md b/README.md index 3326007..55ef3cb 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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 @@ -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 `//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. diff --git a/controller/modules/controller/module.yaml b/controller/modules/controller/module.yaml index c35ab4b..123b38d 100644 --- a/controller/modules/controller/module.yaml +++ b/controller/modules/controller/module.yaml @@ -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 diff --git a/decisioncentral/modules/decisioncentral/module.yaml b/decisioncentral/modules/decisioncentral/module.yaml index 8f10270..fa471fd 100644 --- a/decisioncentral/modules/decisioncentral/module.yaml +++ b/decisioncentral/modules/decisioncentral/module.yaml @@ -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" diff --git a/kieserver/modules/kieserver/module.yaml b/kieserver/modules/kieserver/module.yaml index 98e5ec5..2952059 100644 --- a/kieserver/modules/kieserver/module.yaml +++ b/kieserver/modules/kieserver/module.yaml @@ -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: