From 6165e74328df36809bac94e0172f3cade31994f4 Mon Sep 17 00:00:00 2001 From: I321593 Date: Thu, 14 Feb 2019 15:46:19 +0100 Subject: [PATCH] Upgraded the version to 2.2.3 --- 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 +- pom.xml | 2 +- sample/manifest.yml | 2 +- sample/pom.xml | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8ef9d691..12fdb59e 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ All in all, you should do the following: * adjust your logging configuration accordingly. -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.2.1`): +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.2.3`): ```xml - 2.1.5 + 2.2.3 ``` diff --git a/cf-java-logging-support-core/pom.xml b/cf-java-logging-support-core/pom.xml index e9591747..016923ae 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.2.2 + 2.2.3 ../pom.xml diff --git a/cf-java-logging-support-jersey/pom.xml b/cf-java-logging-support-jersey/pom.xml index 23589b74..7de158e0 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.2.2 + 2.2.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 f3bca25d..3300b2d1 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.2.2 + 2.2.3 diff --git a/cf-java-logging-support-logback/pom.xml b/cf-java-logging-support-logback/pom.xml index 24247607..07241ab8 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.2.2 + 2.2.3 diff --git a/cf-java-logging-support-servlet/pom.xml b/cf-java-logging-support-servlet/pom.xml index 9b6ce3da..0d9661cb 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.2.2 + 2.2.3 ../pom.xml diff --git a/pom.xml b/pom.xml index 2d299a3d..3788abf5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 2.2.2 + 2.2.3 pom Cloud Foundry Java logging support components diff --git a/sample/manifest.yml b/sample/manifest.yml index c96fd673..04433c9b 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-2.2.2.war + path: target/logging-sample-app-2.2.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 89d7d6fb..21be195a 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -6,7 +6,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 2.2.2 + 2.2.3 ../pom.xml @@ -18,7 +18,7 @@ 1.7.12 2.22.2 2.0.1 - 2.2.2 + 2.2.3