Skip to content

Commit b9a0dda

Browse files
Release v3.8.3
Signed-off-by: Karsten Schnitter <[email protected]>
1 parent e12520d commit b9a0dda

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ All in all, you should do the following:
5353
And
5454
4. Adjust your logging configuration accordingly.
5555

56-
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.8.2`):
56+
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.8.3`):
5757

5858
```xml
5959
<properties>
60-
<cf-logging-version>3.8.2</cf-logging-version>
60+
<cf-logging-version>3.8.3</cf-logging-version>
6161
</properties>
6262
```
6363

cf-java-logging-support-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>com.sap.hcp.cf.logging</groupId>
3434
<artifactId>cf-java-logging-support-parent</artifactId>
35-
<version>3.8.2</version>
35+
<version>3.8.3</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838
<build>

cf-java-logging-support-jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
<groupId>com.sap.hcp.cf.logging</groupId>
1111
<artifactId>cf-java-logging-support-parent</artifactId>
12-
<version>3.8.2</version>
12+
<version>3.8.3</version>
1313
</parent>
1414

1515
<name>cf-java-logging-support-jersey</name>

cf-java-logging-support-log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath>../pom.xml</relativePath>
1212
<groupId>com.sap.hcp.cf.logging</groupId>
1313
<artifactId>cf-java-logging-support-parent</artifactId>
14-
<version>3.8.2</version>
14+
<version>3.8.3</version>
1515
</parent>
1616

1717
<dependencies>

cf-java-logging-support-logback/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<relativePath>../pom.xml</relativePath>
1111
<groupId>com.sap.hcp.cf.logging</groupId>
1212
<artifactId>cf-java-logging-support-parent</artifactId>
13-
<version>3.8.2</version>
13+
<version>3.8.3</version>
1414
</parent>
1515

1616
<dependencies>

cf-java-logging-support-opentelemetry-agent-extension/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cf-java-logging-support-parent</artifactId>
55
<groupId>com.sap.hcp.cf.logging</groupId>
6-
<version>3.8.2</version>
6+
<version>3.8.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>cf-java-logging-support-opentelemetry-agent-extension</artifactId>

cf-java-logging-support-opentelemetry-agent-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>cf-java-logging-support-parent</artifactId>
1414
<groupId>com.sap.hcp.cf.logging</groupId>
15-
<version>3.8.2</version>
15+
<version>3.8.3</version>
1616
</parent>
1717

1818
<properties>

cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/CloudLoggingConfigurationCustomizerProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public class CloudLoggingConfigurationCustomizerProvider implements AutoConfigurationCustomizerProvider {
1111

1212
private static final Logger LOG = Logger.getLogger(CloudLoggingConfigurationCustomizerProvider.class.getName());
13-
private static final String VERSION = "3.8.2";
13+
private static final String VERSION = "3.8.3";
1414
private static final CfEnv cfEnv = new CfEnv();
1515

1616
@Override

cf-java-logging-support-servlet-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.sap.hcp.cf.logging</groupId>
1212
<artifactId>cf-java-logging-support-parent</artifactId>
13-
<version>3.8.2</version>
13+
<version>3.8.3</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

cf-java-logging-support-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.hcp.cf.logging</groupId>
1111
<artifactId>cf-java-logging-support-parent</artifactId>
12-
<version>3.8.2</version>
12+
<version>3.8.3</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)