Skip to content

Commit 39ce823

Browse files
committed
Added pom.xml snippet to define version property
1 parent 8a4adbc commit 39ce823

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,18 @@ All in all, you should do the following:
2323
* pick your favorite logging implementation, and
2424
* adjust your logging configuration accordingly.
2525

26-
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 version (currently `2.0.8`):
26+
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 version (currently `2.0.10`):
27+
28+
```xml
29+
<properties>
30+
<cf-logging-version>2.0.10</cf-logging-version>
31+
</properties>
32+
```
33+
34+
2735

2836
``` xml
37+
2938
<dependency>
3039
<groupId>com.sap.hcp.cf.logging</groupId>
3140
<artifactId>cf-java-logging-support-servlet</artifactId>

0 commit comments

Comments
 (0)