Upgrade to CP 43.

Requires change in the declaration of MathJax in the web site template.
MathJax does not work anymore as a consequence:
  https://issues.apache.org/jira/browse/COMMONSSITE-100


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/11ab8c24
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/11ab8c24
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/11ab8c24

Branch: refs/heads/feature__NUMBERS-51__field
Commit: 11ab8c24429863228a0c52890e80a3f4678dfae0
Parents: d011f8b
Author: Gilles Sadowski <gil...@harfang.homelinux.org>
Authored: Wed Jan 31 16:37:10 2018 +0100
Committer: Gilles Sadowski <gil...@harfang.homelinux.org>
Committed: Wed Jan 31 16:37:10 2018 +0100

----------------------------------------------------------------------
 pom.xml           | 2 +-
 src/site/site.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/11ab8c24/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ba4dc6a..02db55b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>41</version>
+    <version>43</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/11ab8c24/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 4cf098d..7bcb683 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -37,10 +37,10 @@
     <!-- <menu name="User Guide">
       <item name="Contents" href="/userguide/index.html"/>
     </menu> -->
-    
+
     <head>
-           <script type="text/javascript" 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
-      </script>
+      <![CDATA[<script type="text/javascript" 
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+      </script>]]>
     </head>
 
   </body>

Reply via email to