Repository: commons-math Updated Branches: refs/heads/master 7b8e00e4d -> 52ddc9d35
Simplify; no need for all those entities Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/52ddc9d3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/52ddc9d3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/52ddc9d3 Branch: refs/heads/master Commit: 52ddc9d353a9254be65efa55ae4a01dfeaa2340a Parents: 7b8e00e Author: Sebb <s...@apache.org> Authored: Sun May 7 12:59:39 2017 +0100 Committer: Sebb <s...@apache.org> Committed: Sun May 7 12:59:39 2017 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/52ddc9d3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 64b2804..cf4d0fa 100644 --- a/pom.xml +++ b/pom.xml @@ -587,7 +587,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <additionalparam>--allow-script-in-comments -header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> + <additionalparam>--allow-script-in-comments -header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> </configuration> </plugin> </plugins> @@ -738,7 +738,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <additionalparam>--allow-script-in-comments -header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> + <additionalparam>--allow-script-in-comments -header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> </configuration> </plugin> </plugins>