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 11a721a Temporarily add Apache SNAPSHOT repository
11a721a is described below
commit 11a721ab6c195efd40ca742e45322199f6486a95
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 09:22:46 2023 +0200
Temporarily add Apache SNAPSHOT repository
---
pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pom.xml b/pom.xml
index 09973d4..236675e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,16 @@
</dependencies>
</dependencyManagement>
+ <!-- `repositories` is only needed for testing unreleased `logging-parent`
functionality!
+ This block should not go into any release or whatsoever! -->
+ <repositories>
+ <repository>
+ <id>apache.snapshots.https</id>
+ <name>${distMgmtSnapshotsName}</name>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ </repository>
+ </repositories>
+
<build>
<pluginManagement>