This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 6fa0a46 LOG4J2-913 - Fix Logj dependency version in sample server
6fa0a46 is described below
commit 6fa0a468918c26fabe41c104c4c71548e95f3ea9
Author: Ralph Goers <[email protected]>
AuthorDate: Sun May 5 08:24:24 2019 -0700
LOG4J2-913 - Fix Logj dependency version in sample server
---
.../log4j-spring-cloud-config-sample-server/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
index 900015b..0bde91f 100644
---
a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
+++
b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
@@ -5,6 +5,7 @@
<groupId>org.apache.logging.log4j.samples</groupId>
<artifactId>log4j-spring-cloud-config-sample-server</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Log4j Sample Configuration Service</name>
@@ -22,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
- <log4j.version>2.12.0-SNAPSHOT</log4j.version>
+ <log4j.version>3.0.0-SNAPSHOT</log4j.version>
<!-- paths -->