This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new fa14a51b add license and organization metadata, use https for homepage
fa14a51b is described below
commit fa14a51b0ad8ad92b9db03407602ab31b85ff8b2
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Aug 16 07:54:21 2026 +0200
add license and organization metadata, use https for homepage
---
ivy.xml | 4 +++-
src/etc/makepom/pom.template | 11 +++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/ivy.xml b/ivy.xml
index 13290d1a..1a30ef67 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -22,7 +22,9 @@
<info organisation="org.apache.ivy"
module="ivy"
status="integration">
- <description homepage="http://ant.apache.org/ivy/">
+ <license name="Apache Software License 2.0"
url="https://www.apache.org/licenses/LICENSE-2.0"/>
+ <ivyauthor name="Apache Ant Development Team"
url="https://ant.apache.org/"/>
+ <description homepage="https://ant.apache.org/ivy/">
Apache Ivy is a tool for managing (recording, tracking, resolving and
reporting) project dependencies.
</description>
</info>
diff --git a/src/etc/makepom/pom.template b/src/etc/makepom/pom.template
index b2d91701..98670cee 100644
--- a/src/etc/makepom/pom.template
+++ b/src/etc/makepom/pom.template
@@ -32,6 +32,17 @@
<name>Apache Ivy</name>
<url>${ivy.pom.url}</url>
<description>${ivy.pom.description}</description>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>https://www.apache.org/</url>
+ </organization>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/ant-ivy.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ant-ivy.git</developerConnection>