You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/09/08 07:30:31 UTC

[logging-log4j-tools] 04/05: Temporarily add Apache SNAPSHOT repository

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

commit 8e763ddda4873a65dae2304a11b8067150a4566a
Author: Volkan Yazıcı <vo...@yazi.ci>
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 5680f41..8c69e4d 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>