This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new 8e6e907 Fix link to JGit license
8e6e907 is described below
commit 8e6e907e3bd1d89254e040a52acc2fe10419d138
Author: Thomas Wolf <[email protected]>
AuthorDate: Sat Nov 13 21:52:42 2021 +0100
Fix link to JGit license
The Eclipse Foundation removed the Github mirrors a while ago. Use
links to the (currently) canonical JGit repository.
---
assembly/src/main/legal/notices.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/assembly/src/main/legal/notices.xml
b/assembly/src/main/legal/notices.xml
index 9adf192..6a60df2 100644
--- a/assembly/src/main/legal/notices.xml
+++ b/assembly/src/main/legal/notices.xml
@@ -122,17 +122,17 @@
</supplement>
<supplement>
<project>
- <groupId>org.eclipse.jgt</groupId>
+ <groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <name>Java Git</name>
+ <name>JGit</name>
<organization>
- <name>Eclipse foundation</name>
- <url>https://github.com/eclipse/jgit</url>
+ <name>Eclipse Foundation</name>
+ <url>https://git.eclipse.org/r/plugins/gitiles/jgit/jgit/</url>
</organization>
<licenses>
<license>
<name>Eclipse Distribution License v1.0</name>
-
<url>https://github.com/eclipse/jgit/blob/master/LICENSE</url>
+
<url>https://git.eclipse.org/r/plugins/gitiles/jgit/jgit/+/refs/heads/master/LICENSE</url>
</license>
</licenses>
</project>
@@ -186,7 +186,7 @@
<url>https://raw.githubusercontent.com/justinludwig/jpgpj/master/LICENSE</url>
</license>
</licenses>
- </project>
+ </project>
</supplement>
<supplement>
<project>
@@ -203,6 +203,6 @@
<url>https://github.com/kruton/jbcrypt/blob/master/LICENSE</url>
</license>
</licenses>
- </project>
+ </project>
</supplement>
</supplementalDataModels>