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 0dd6532  Fix versioning breaking the build
0dd6532 is described below

commit 0dd6532559e9bdff544e1f256e2610881e754467
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Mon Nov 27 10:32:06 2023 +0100

    Fix versioning breaking the build
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c76e069..d1d3519 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,9 @@
 
   <properties>
 
-    <!-- project version -->
-    <revision>2.22.0-SNAPSHOT</revision>
+    <!-- This project contains only samples and aims no releases.
+         Hence, we use a fake version and DO NOT CHANGE IT! -->
+    <revision>0.0.0-SNAPSHOT</revision>
 
     <!-- Some samples require JDK 9+ -->
     <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
@@ -70,7 +71,7 @@
     <junit.version>5.9.0</junit.version>
     <kotlin.version>1.9.10</kotlin.version>
     <kubernetes-client.version>6.9.0</kubernetes-client.version>
-    <log4j2.version>2.22.0-SNAPSHOT</log4j2.version>
+    <log4j2.version>2.22.0</log4j2.version>
     <slf4j.version>2.0.9</slf4j.version>
     <snakeyaml.version>2.2</snakeyaml.version>
     <spring-boot.version>2.7.18</spring-boot.version>

Reply via email to