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/06/24 23:30:49 UTC

[commons-pool] branch master updated (265cfda3 -> cf385964)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


    from 265cfda3 Javadoc
     new 96529fa2 Match file name to page name
     new cf385964 Drop reference to SVN

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/site/site.xml                             | 2 +-
 src/site/xdoc/{downloads.xml => releases.xml} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename src/site/xdoc/{downloads.xml => releases.xml} (97%)


[commons-pool] 02/02: Drop reference to SVN

Posted by gg...@apache.org.
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-pool.git

commit cf38596418032b81c21230e13092cf6cdfcbca2f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 19:30:45 2023 -0400

    Drop reference to SVN
---
 src/site/xdoc/releases.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/releases.xml b/src/site/xdoc/releases.xml
index 236d0d94..2240b17e 100644
--- a/src/site/xdoc/releases.xml
+++ b/src/site/xdoc/releases.xml
@@ -49,7 +49,7 @@
          </p>
          <p>
             Access to the source tree to see the latest and greatest code is possible
-            through <a href="scm.html">anonymous SVN access</a>.
+            through <a href="scm.html">anonymous access</a>.
          </p>
       </section>
 


[commons-pool] 01/02: Match file name to page name

Posted by gg...@apache.org.
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-pool.git

commit 96529fa2325b953129397e781f5c16508ffe02a3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 19:29:41 2023 -0400

    Match file name to page name
---
 src/site/site.xml                             | 2 +-
 src/site/xdoc/{downloads.xml => releases.xml} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6185a106..feb80154 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,7 +29,7 @@
             <item name="Javadoc 2.x Archive" href="https://javadoc.io/doc/org.apache.commons/commons-pool2/latest/index.html"/>
             <item name="Javadoc 1.x Archive" href="https://javadoc.io/doc/commons-pool/commons-pool/latest/index.html"/>
             <item name="Examples"            href="/examples.html"/>
-            <item name="Downloads"           href="/downloads.html"/>
+            <item name="Releases"            href="/releases.html"/>
             <item name="Wiki"                href="https://cwiki.apache.org/confluence/display/commons/Pool"/>
         </menu>
 
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/releases.xml
similarity index 100%
rename from src/site/xdoc/downloads.xml
rename to src/site/xdoc/releases.xml