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 2022/01/08 19:34:17 UTC

[logging-log4j2] branch master updated: Fix the project name to include the prefix "Apache Log4j".

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

ggregory 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 d707a4a  Fix the project name to include the prefix "Apache Log4j".
d707a4a is described below

commit d707a4aad147a8f18e2e24c477f573e4d053d33f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 8 14:34:14 2022 -0500

    Fix the project name to include the prefix "Apache 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 14adde2..6a46b9d 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
@@ -29,7 +29,7 @@
   <artifactId>sample-app</artifactId>
   <packaging>jar</packaging>
 
-  <name>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>