You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2016/10/17 20:04:39 UTC

[lang] site: Nav, javadoc now says GIT latest as opposed to SVN latest

Repository: commons-lang
Updated Branches:
  refs/heads/master 7316c8218 -> 9ca3e3e6c


site: Nav, javadoc now says GIT latest as opposed to SVN latest


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9ca3e3e6
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9ca3e3e6
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9ca3e3e6

Branch: refs/heads/master
Commit: 9ca3e3e6c4493ea8e4431a943f3f091a74242709
Parents: 7316c82
Author: Rob Tompkins <ch...@capitalone.com>
Authored: Mon Oct 17 10:30:58 2016 -0400
Committer: Rob Tompkins <ch...@capitalone.com>
Committed: Mon Oct 17 10:30:58 2016 -0400

----------------------------------------------------------------------
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/9ca3e3e6/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 0da9524..c3208f9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -38,7 +38,7 @@
             <item name="Proposal"             href="/proposal.html"/>
             <item name="Developer guide"      href="/developerguide.html"/>
             <item name="Source Repository"    href="/source-repository.html"/>
-            <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
+            <item name="Javadoc (GIT latest)" href="apidocs/index.html"/>
         </menu>
 
     </body>