From 8e0064333ac3bff7ad42ccb0c4f7f7221b0b77ed Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Sat, 22 Oct 2022 07:45:46 +0200 Subject: [PATCH] Release v3.6.3 Signed-off-by: Karsten Schnitter --- README.md | 4 ++-- cf-java-logging-support-core/pom.xml | 2 +- cf-java-logging-support-jersey/pom.xml | 2 +- cf-java-logging-support-log4j2/pom.xml | 2 +- cf-java-logging-support-logback/pom.xml | 2 +- cf-java-logging-support-servlet/pom.xml | 2 +- .../cf-custom-metrics-clients-core/pom.xml | 2 +- .../cf-custom-metrics-clients-java/pom.xml | 2 +- .../cf-custom-metrics-clients-spring-boot/pom.xml | 2 +- cf-java-monitoring-custom-metrics-clients/pom.xml | 2 +- pom.xml | 2 +- sample-spring-boot/manifest.yml | 2 +- sample-spring-boot/pom.xml | 2 +- sample/manifest.yml | 2 +- sample/pom.xml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 851d11f..9b9b659 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ All in all, you should do the following: And 4. Adjust your logging configuration accordingly. -Let's say you want to make use of the *servlet filter* feature, then you need to add the following dependency to your POM with property `cf-logging-version` referring to the latest nexus version (currently `3.6.2`): +Let's say you want to make use of the *servlet filter* feature, then you need to add the following dependency to your POM with property `cf-logging-version` referring to the latest nexus version (currently `3.6.3`): ```xml - 3.6.2 + 3.6.3 ``` diff --git a/cf-java-logging-support-core/pom.xml b/cf-java-logging-support-core/pom.xml index 8cb7e4c..571b9c5 100644 --- a/cf-java-logging-support-core/pom.xml +++ b/cf-java-logging-support-core/pom.xml @@ -32,7 +32,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 ../pom.xml diff --git a/cf-java-logging-support-jersey/pom.xml b/cf-java-logging-support-jersey/pom.xml index ad032dc..087ef09 100644 --- a/cf-java-logging-support-jersey/pom.xml +++ b/cf-java-logging-support-jersey/pom.xml @@ -9,7 +9,7 @@ ../pom.xml com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 cf-java-logging-support-jersey diff --git a/cf-java-logging-support-log4j2/pom.xml b/cf-java-logging-support-log4j2/pom.xml index d3c113c..7e4da6d 100644 --- a/cf-java-logging-support-log4j2/pom.xml +++ b/cf-java-logging-support-log4j2/pom.xml @@ -11,7 +11,7 @@ ../pom.xml com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 diff --git a/cf-java-logging-support-logback/pom.xml b/cf-java-logging-support-logback/pom.xml index 077b767..4be0d17 100644 --- a/cf-java-logging-support-logback/pom.xml +++ b/cf-java-logging-support-logback/pom.xml @@ -10,7 +10,7 @@ ../pom.xml com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 diff --git a/cf-java-logging-support-servlet/pom.xml b/cf-java-logging-support-servlet/pom.xml index 1fc37f9..07ba924 100644 --- a/cf-java-logging-support-servlet/pom.xml +++ b/cf-java-logging-support-servlet/pom.xml @@ -9,7 +9,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 ../pom.xml diff --git a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml index eeb9471..0980943 100644 --- a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-monitoring-custom-metrics-clients - 3.6.2 + 3.6.3 cf-custom-metrics-clients-core diff --git a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml index 4618290..33f1cfd 100644 --- a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml @@ -5,7 +5,7 @@ com.sap.hcp.cf.logging cf-java-monitoring-custom-metrics-clients - 3.6.2 + 3.6.3 cf-custom-metrics-clients-java diff --git a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml index ea5825c..f3a3ebd 100644 --- a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-monitoring-custom-metrics-clients - 3.6.2 + 3.6.3 cf-custom-metrics-clients-spring-boot diff --git a/cf-java-monitoring-custom-metrics-clients/pom.xml b/cf-java-monitoring-custom-metrics-clients/pom.xml index 2a443e0..e7fbdd4 100644 --- a/cf-java-monitoring-custom-metrics-clients/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/pom.xml @@ -9,7 +9,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 ../pom.xml diff --git a/pom.xml b/pom.xml index d94513a..97280c3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 pom Cloud Foundry Java logging support components diff --git a/sample-spring-boot/manifest.yml b/sample-spring-boot/manifest.yml index 9a2a584..8a4a07b 100644 --- a/sample-spring-boot/manifest.yml +++ b/sample-spring-boot/manifest.yml @@ -5,7 +5,7 @@ applications: # - name: logging-sample-app instances: 1 - path: target/sample-app-spring-boot-3.6.2.jar + path: target/sample-app-spring-boot-3.6.3.jar env: # Set LOG_*: true to activate logging of respective field LOG_SENSITIVE_CONNECTION_DATA: false diff --git a/sample-spring-boot/pom.xml b/sample-spring-boot/pom.xml index 5ed5ba2..d48a61a 100644 --- a/sample-spring-boot/pom.xml +++ b/sample-spring-boot/pom.xml @@ -9,7 +9,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 ../pom.xml diff --git a/sample/manifest.yml b/sample/manifest.yml index 68c39d6..942918d 100644 --- a/sample/manifest.yml +++ b/sample/manifest.yml @@ -5,7 +5,7 @@ applications: # - name: logging-sample-app instances: 1 - path: target/logging-sample-app-3.6.2.war + path: target/logging-sample-app-3.6.3.war env: RANDOM_SLEEP: true # Set LOG_*: true to activate logging of respective field diff --git a/sample/pom.xml b/sample/pom.xml index bac8e10..c656d4b 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -6,7 +6,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.2 + 3.6.3 ../pom.xml