You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2020/11/22 15:11:30 UTC

[logging-log4j2] branch release-2.x updated: Adjust project name to include "Log4j".

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 8034534  Adjust project name to include "Log4j".
8034534 is described below

commit 80345341aad910de7dde4aa5bff63149bf440b36
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 22 10:11:26 2020 -0500

    Adjust project name to include "Log4j".
---
 .../log4j-spring-cloud-config-sample-application/pom.xml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml
index 4f0f83b..d0d54fa 100644
--- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml
+++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>sample-app</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Spring Cloud Config Sample Application</name>
+  <name>Apache Log4j Spring Cloud Config Sample Application</name>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>