This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-skin.git
commit 7b44c57088d32de4e3e201bb25a9965d55ec2ab0 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jan 12 16:21:27 2025 -0500 Add missing elements for site publication --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 9a58d74..69e6a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,18 @@ <name>Apache Commons Skin</name> <description>Apache Commons Skin</description> <inceptionYear>2006</inceptionYear> + <url>https://commons.apache.org/proper/commons-skin/</url> + <ciManagement> + <system>GitHub</system> + <url>https://github.com/apache/commons-skin/actions</url> + </ciManagement> + <distributionManagement> + <site> + <id>apache.website</id> + <name>Apache Commons Site</name> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-skin/</url> + </site> + </distributionManagement> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-skin</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-skin</developerConnection>