diff --git a/README.md b/README.md index f1d98535..ab33f61e 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,14 @@ 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 `2.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.0.0`): ```xml - 2.3.0 + 3.0.0 ``` - - ``` xml diff --git a/cf-java-logging-support-core/pom.xml b/cf-java-logging-support-core/pom.xml index d3fd324a..f798ca4b 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 - 2.3.0 + 3.0.0 ../pom.xml diff --git a/cf-java-logging-support-jersey/pom.xml b/cf-java-logging-support-jersey/pom.xml index e1446c39..f939cb78 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 - 2.3.0 + 3.0.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 441509bc..b2685e74 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 - 2.3.0 + 3.0.0 diff --git a/cf-java-logging-support-logback/pom.xml b/cf-java-logging-support-logback/pom.xml index fe19f6f6..747a0646 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 - 2.3.0 + 3.0.0 diff --git a/cf-java-logging-support-servlet/pom.xml b/cf-java-logging-support-servlet/pom.xml index 067cb103..f4f798c6 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 - 2.3.0 + 3.0.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 7ed8140e..2ee2d6be 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 @@ -5,7 +5,7 @@ com.sap.hcp.cf.logging cf-java-monitoring-custom-metrics-clients - 2.3.0 + 3.0.0 cf-custom-metrics-clients-core 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 61dd4a3f..aafaa8f8 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 - 2.3.0 + 3.0.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 15ab7201..dfbcc5a0 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 - 2.3.0 + 3.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index c6395f08..adb7657a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 2.3.0 + 3.0.0 pom Cloud Foundry Java logging support components diff --git a/sample/pom.xml b/sample/pom.xml index 101dce3a..a81ac876 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -6,7 +6,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 2.3.0 + 3.0.0 ../pom.xml