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/01/14 21:18:01 UTC

[commons-build-plugin] branch master updated: Refer to gitbox, not svn repo.

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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f1065d  Refer to gitbox, not svn repo.
7f1065d is described below

commit 7f1065d6cfd1739bddba4cce7174a495666eda46
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 14 16:17:57 2023 -0500

    Refer to gitbox, not svn repo.
---
 src/site/xdoc/development.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml
index 13d0630..3bb17df 100644
--- a/src/site/xdoc/development.xml
+++ b/src/site/xdoc/development.xml
@@ -79,7 +79,7 @@
             This plugin uses <code>commons</code> as the goal prefix. So if you add a new <code>foo-bar</code>
             goal, then it can be executed on the command line using <code>mvn commons-build:foo-bar</code>. This prefix
             is defined in this plugin's
-            <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/pom.xml">pom.xml</a>.
+            <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob_plain;f=pom.xml;hb=HEAD">pom.xml</a>.
             </p>
 
         </section>