File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed
cf-java-logging-support-core
cf-java-logging-support-jersey
cf-java-logging-support-log4j2
cf-java-logging-support-logback
cf-java-logging-support-servlet
cf-java-monitoring-custom-metrics-clients Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 30
30
4 . Adjust your logging configuration accordingly.
31
31
32
32
33
- 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 ` 2.2.3 ` ):
33
+ 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 ` 2.3.0 ` ):
34
34
35
35
``` xml
36
36
<properties >
37
- <cf-logging-version >2.2.3 </cf-logging-version >
37
+ <cf-logging-version >2.3.0 </cf-logging-version >
38
38
</properties >
39
39
```
40
40
Original file line number Diff line number Diff line change 32
32
<parent >
33
33
<groupId >com.sap.hcp.cf.logging</groupId >
34
34
<artifactId >cf-java-logging-support-parent</artifactId >
35
- <version >2.2.3 </version >
35
+ <version >2.3.0 </version >
36
36
<relativePath >../pom.xml</relativePath >
37
37
</parent >
38
38
<build >
Original file line number Diff line number Diff line change 9
9
<relativePath >../pom.xml</relativePath >
10
10
<groupId >com.sap.hcp.cf.logging</groupId >
11
11
<artifactId >cf-java-logging-support-parent</artifactId >
12
- <version >2.2.3 </version >
12
+ <version >2.3.0 </version >
13
13
</parent >
14
14
15
15
<name >cf-java-logging-support-jersey</name >
Original file line number Diff line number Diff line change 11
11
<relativePath >../pom.xml</relativePath >
12
12
<groupId >com.sap.hcp.cf.logging</groupId >
13
13
<artifactId >cf-java-logging-support-parent</artifactId >
14
- <version >2.2.3 </version >
14
+ <version >2.3.0 </version >
15
15
</parent >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 10
10
<relativePath >../pom.xml</relativePath >
11
11
<groupId >com.sap.hcp.cf.logging</groupId >
12
12
<artifactId >cf-java-logging-support-parent</artifactId >
13
- <version >2.2.3 </version >
13
+ <version >2.3.0 </version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.sap.hcp.cf.logging</groupId >
11
11
<artifactId >cf-java-logging-support-parent</artifactId >
12
- <version >2.2.3 </version >
12
+ <version >2.3.0 </version >
13
13
<relativePath >../pom.xml</relativePath >
14
14
</parent >
15
15
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.sap.cloud.cf.monitoring.clients</groupId >
7
7
<artifactId >cf-java-monitoring-custom-metrics-clients</artifactId >
8
- <version >2.2.3 </version >
8
+ <version >2.3.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >clients-core</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.sap.cloud.cf.monitoring.clients</groupId >
6
6
<artifactId >cf-java-monitoring-custom-metrics-clients</artifactId >
7
- <version >2.2.3 </version >
7
+ <version >2.3.0 </version >
8
8
</parent >
9
9
10
10
<artifactId >clients-spring-boot</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.sap.hcp.cf.logging</groupId >
8
8
<artifactId >cf-java-logging-support-parent</artifactId >
9
- <version >2.2.3 </version >
9
+ <version >2.3.0 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
13
13
<groupId >com.sap.cloud.cf.monitoring.clients</groupId >
14
14
<artifactId >cf-java-monitoring-custom-metrics-clients</artifactId >
15
- <version >2.2.3 </version >
15
+ <version >2.3.0 </version >
16
16
<packaging >pom</packaging >
17
17
18
18
<name >cf-java-monitoring-custom-metrics-clients</name >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.sap.hcp.cf.logging</groupId >
6
6
<artifactId >cf-java-logging-support-parent</artifactId >
7
- <version >2.2.3 </version >
7
+ <version >2.3.0 </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >Cloud Foundry Java logging support components</name >
You can’t perform that action at this time.
0 commit comments