This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch use_json_jenkins_api
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/use_json_jenkins_api by this
push:
new e490a94 add needed jenkins repo
e490a94 is described below
commit e490a94504f8a5b2bdafb2278f98a66a8816e8f7
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Mar 15 16:24:07 2026 +1000
add needed jenkins repo
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 98707bc..ca3f514 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,4 +332,11 @@
</plugin>
</plugins>
</reporting>
+ <repositories>
+ <!-- https://github.com/hub4j/github-api/issues/2206 -->
+ <repository>
+ <id>repo.jenkins-ci.org</id>
+ <url>https://repo.jenkins-ci.org/public/</url>
+ </repository>
+ </repositories>
</project>