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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit dcdb37ce0020a7cdeb77dd6e1e357ec14cdc87b6
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Jun 29 22:31:51 2023 +0200

    Fix code typo that broke deployments
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4e40436..10c20fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,11 +417,11 @@
       </build>
     </profile>
 
-    <!-- `release` profile activating release-specific configuration.
+    <!-- `deploy` profile activating deployment-specific configuration.
          It is manually enabled by `.github/workflows/build.yml` while 
releasing. -->
     <profile>
 
-      <id>release</id>
+      <id>deploy</id>
 
       <properties>
         <deployAtEnd>true</deployAtEnd>

Reply via email to