Skip to content

Commit

Permalink
Upgraded the version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranponnuswamy committed Feb 14, 2019
1 parent bb95496 commit 6165e74
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ All in all, you should do the following:
* adjust your logging configuration accordingly.


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.1`):
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`):

```xml
<properties>
<cf-logging-version>2.1.5</cf-logging-version>
<cf-logging-version>2.2.3</cf-logging-version>
</properties>
```

Expand Down
2 changes: 1 addition & 1 deletion cf-java-logging-support-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-java-logging-support-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion cf-java-logging-support-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-java-logging-support-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</parent>

<name>cf-java-logging-support-jersey</name>
Expand Down
2 changes: 1 addition & 1 deletion cf-java-logging-support-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-java-logging-support-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cf-java-logging-support-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-java-logging-support-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cf-java-logging-support-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-java-logging-support-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-java-logging-support-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<packaging>pom</packaging>

<name>Cloud Foundry Java logging support components</name>
Expand Down
2 changes: 1 addition & 1 deletion sample/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ applications:
#
- name: logging-sample-app
instances: 1
path: target/logging-sample-app-2.2.2.war
path: target/logging-sample-app-2.2.3.war
env:
RANDOM_SLEEP: true
# Set LOG_*: true to activate logging of respective field
Expand Down
4 changes: 2 additions & 2 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sap.hcp.cf.logging</groupId>
<artifactId>cf-java-logging-support-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<slf4j.version>1.7.12</slf4j.version>
<jersey.version>2.22.2</jersey.version>
<javax.ws.version>2.0.1</javax.ws.version>
<cf-logging.version>2.2.2</cf-logging.version>
<cf-logging.version>2.2.3</cf-logging.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6165e74

Please sign in to comment.