From 09a541351eded4b692ed28494ef62de189416792 Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Mon, 12 Apr 2021 20:30:55 +0200 Subject: [PATCH] Release v3.4.0 --- 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 43eb4406..60610f80 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,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.3.0`): +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.4.0`): ```xml - 3.3.0 + 3.4.0 ``` diff --git a/cf-java-logging-support-core/pom.xml b/cf-java-logging-support-core/pom.xml index c9dfc90f..85ea4d22 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.3.0 + 3.4.0 ../pom.xml diff --git a/cf-java-logging-support-jersey/pom.xml b/cf-java-logging-support-jersey/pom.xml index 88349cf9..538e0784 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.3.0 + 3.4.0 cf-java-logging-support-jersey diff --git a/cf-java-logging-support-log4j2/pom.xml b/cf-java-logging-support-log4j2/pom.xml index 53483cde..3e89e1de 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.3.0 + 3.4.0 diff --git a/cf-java-logging-support-logback/pom.xml b/cf-java-logging-support-logback/pom.xml index e504dbde..fd92d4ab 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.3.0 + 3.4.0 diff --git a/cf-java-logging-support-servlet/pom.xml b/cf-java-logging-support-servlet/pom.xml index 2f460526..f2aabcef 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.3.0 + 3.4.0 ../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 af1b1e8e..bba1c90c 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.3.0 + 3.4.0 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 6f87352f..75c35ae5 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.3.0 + 3.4.0 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 853f1fd1..575f6d1b 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.3.0 + 3.4.0 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 c1d7f95a..6fd218cc 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.3.0 + 3.4.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 88750f78..4ba43a90 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.3.0 + 3.4.0 pom Cloud Foundry Java logging support components diff --git a/sample-spring-boot/manifest.yml b/sample-spring-boot/manifest.yml index 5726506a..afe874ba 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.2.1.jar + path: target/sample-app-spring-boot-3.4.0.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 9f581191..eb9be17f 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.3.0 + 3.4.0 ../pom.xml diff --git a/sample/manifest.yml b/sample/manifest.yml index cb8fb8ae..aaf1c32b 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.3.0.war + path: target/logging-sample-app-3.4.0.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 bef1122e..97eacbab 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -6,7 +6,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.3.0 + 3.4.0 ../pom.xml