You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/29 22:33:49 UTC

(commons-exec) 01/05: Update distributionManagement URL for current environment

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-exec.git

commit 2d90394d9d9f9714830e0445f8793125a34326cd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 29 16:13:13 2023 -0500

    Update distributionManagement URL for current environment
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac6b67d4..d6c57bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <site>
             <id>apache.website</id>
             <name>Apache Website</name>
-            <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/exec/</url>
+            <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-exec/</url>
         </site>
     </distributionManagement>