This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/0.5.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/release/0.5.0 by this push:
new 5bcf4b5 Temporarily disable `enforce-no-snapshots`.
5bcf4b5 is described below
commit 5bcf4b5a69c609ba2d0e986d82db862d9ea9123b
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Sep 8 12:25:37 2023 +0200
Temporarily disable `enforce-no-snapshots`.
---
pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9f35d02..4259683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,6 +193,21 @@
</executions>
</plugin>
+ <!-- `logging-parent` is not released yet, hence we still need to use
its SNAPSHOT.
+ Temporarily disable `enforce-no-snapshots` inherited from
`logging-parent`. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-no-snapshots</id>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</build>