This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 7af8f98 Fix Maven profile activation
7af8f98 is described below
commit 7af8f98fd3eb2844d856527168559c37db509f9f
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 14 13:13:27 2023 +0200
Fix Maven profile activation
---
log4j-spring-cloud-config-sample-application/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/log4j-spring-cloud-config-sample-application/pom.xml
b/log4j-spring-cloud-config-sample-application/pom.xml
index c1bc331..76a91d0 100644
--- a/log4j-spring-cloud-config-sample-application/pom.xml
+++ b/log4j-spring-cloud-config-sample-application/pom.xml
@@ -190,10 +190,10 @@
This issue was reported earlier and (claimed to be) fixed in 2.7.10:
https://github.com/spring-projects/spring-boot/issues/34424
Yet the fix doesn't help in our case. -->
<profile>
- <id>spring-boot-repackage-toggle</id>
+ <id>spring-boot-repackage-disabler</id>
<activation>
<property>
- <name>CI</name>
+ <name>env.CI</name>
</property>
</activation>
<properties>