Skip to content

Commit 90070f1

Browse files
Release v3.0.7
1 parent 35d7f43 commit 90070f1

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

README.md

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

32-
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.6`):
32+
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.7`):
3333

3434
```xml
3535
<properties>
36-
<cf-logging-version>3.0.6</cf-logging-version>
36+
<cf-logging-version>3.0.7</cf-logging-version>
3737
</properties>
3838
```
3939

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.0.6</version>
35+
<version>3.0.7</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.0.6</version>
12+
<version>3.0.7</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.0.6</version>
14+
<version>3.0.7</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.0.6</version>
13+
<version>3.0.7</version>
1414
</parent>
1515

1616
<dependencies>

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.0.6</version>
12+
<version>3.0.7</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.0.6</version>
7+
<version>3.0.7</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.0.6</version>
8+
<version>3.0.7</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.0.6</version>
7+
<version>3.0.7</version>
88
</parent>
99

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

cf-java-monitoring-custom-metrics-clients/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.0.6</version>
12+
<version>3.0.7</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)