Skip to content

Commit 936f7a7

Browse files
Release v3.7.1
Signed-off-by: Karsten Schnitter <[email protected]>
1 parent e16c451 commit 936f7a7

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
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.7.0`):
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.7.1`):
5757

5858
```xml
5959
<properties>
60-
<cf-logging-version>3.7.0</cf-logging-version>
60+
<cf-logging-version>3.7.1</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.7.0</version>
35+
<version>3.7.1</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.7.0</version>
12+
<version>3.7.1</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.7.0</version>
14+
<version>3.7.1</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.7.0</version>
13+
<version>3.7.1</version>
1414
</parent>
1515

1616
<dependencies>

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.7.0</version>
13+
<version>3.7.1</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.7.0</version>
12+
<version>3.7.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.hcp.cf.logging</groupId>
66
<artifactId>cf-java-monitoring-custom-metrics-clients</artifactId>
7-
<version>3.7.0</version>
7+
<version>3.7.1</version>
88
</parent>
99

1010
<artifactId>cf-custom-metrics-clients-core</artifactId>

cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.sap.hcp.cf.logging</groupId>
77
<artifactId>cf-java-monitoring-custom-metrics-clients</artifactId>
8-
<version>3.7.0</version>
8+
<version>3.7.1</version>
99
</parent>
1010

1111
<artifactId>cf-custom-metrics-clients-java</artifactId>

cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.hcp.cf.logging</groupId>
66
<artifactId>cf-java-monitoring-custom-metrics-clients</artifactId>
7-
<version>3.7.0</version>
7+
<version>3.7.1</version>
88
</parent>
99

1010
<artifactId>cf-custom-metrics-clients-spring-boot</artifactId>

0 commit comments

Comments
 (0)