diff --git a/docs/30-development/sapmachine-785d6b3.md b/docs/30-development/sapmachine-785d6b3.md index 876c1e46..42b1b6a3 100644 --- a/docs/30-development/sapmachine-785d6b3.md +++ b/docs/30-development/sapmachine-785d6b3.md @@ -69,7 +69,7 @@ applications: JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 11.+ }' ``` -To make the buildpack download a particular published JRE version \(for example, 11.0.13\), specify it the following way: +To make the buildpack download a particular published JRE version \(for example, 11.0.27\), specify it the following way: ``` --- @@ -78,7 +78,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']" - JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.13 }' + JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.27 }' ... ``` @@ -101,7 +101,7 @@ applications: JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }' ``` -To make the buildpack download a particular published JRE version \(for example, 17.0.10\), specify it the following way: +To make the buildpack download a particular published JRE version \(for example, 17.0.15\), specify it the following way: ``` --- @@ -110,7 +110,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']" - JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.10 }' + JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.15 }' ... ``` @@ -133,7 +133,7 @@ applications: JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }' ``` -To make the buildpack download a particular published JRE version \(for example, 21.0.2\), specify it the following way: +To make the buildpack download a particular published JRE version \(for example, 21.0.7\), specify it the following way: ``` --- @@ -142,7 +142,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']" - JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.2 }' + JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.7 }' ... ``` @@ -175,7 +175,7 @@ To specify an online JDK version \(11, 17, or 21\), use environment variable JBP ### SapMachine 11 -To make the buildpack download a particular published JDK version \(for example, 11.0.22\), specify it the following way: +To make the buildpack download a particular published JDK version \(for example, 11.0.27\), specify it the following way: ``` --- @@ -184,7 +184,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']" - JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.22 }' + JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.27 }' ... ``` @@ -213,7 +213,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']" - JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.10 }' + JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.15 }' ... ``` @@ -242,7 +242,7 @@ applications: ... env: JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']" - JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.2 }' + JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.7 }' ... ```