You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/03/12 22:26:36 UTC

[incubator-nlpcraft-java-client] branch master updated: Improved Javadoc gen.

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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 71966d7  Improved Javadoc gen.
71966d7 is described below

commit 71966d7f80f5816f19c9f635c3fb624777c125ba
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Thu Mar 12 15:26:27 2020 -0700

    Improved Javadoc gen.
---
 .asf.yaml |  3 +--
 pom.xml   | 16 +++++++++-------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 89ee5f9..c1066d7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,5 +29,4 @@ github:
   labels:
     - "java"
     - "nlp"
-    - "apache"
-    - "nlp"
\ No newline at end of file
+    - "apache"
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index fa682be..eeff591 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,11 +139,13 @@
                     <stylesheetfile>${project.basedir}/javadoc/stylesheet.css</stylesheetfile>
                     <bottom>
                         <![CDATA[
-                            <br/>
-                            Copyright &#169; {currentYear} Apache Software Foundation
-                            <br/>
-                            <br/>
-                            <img src="https://www.apache.org/img/ASF20thAnniversary.jpg" height="64px">
+                            <center>
+                                <br/>
+                                <span style="font-size: larger">Copyright &#169; {currentYear} Apache Software Foundation</span>
+                                <br/>
+                                <br/>
+                                <img src="https://www.apache.org/img/ASF20thAnniversary.jpg" height="64px">
+                            </center>
                         ]]>
                     </bottom>
                     <top>
@@ -172,7 +174,7 @@
                     </groups>
                     <header>
                         <![CDATA[
-                            Apache NLPCraft - Java Client ${project.version}
+                            Apache NLPCraft - Java Client <span style="font-size: 80%">${project.version}</span>
                         ]]>
                     </header>
                     <footer>
@@ -202,7 +204,7 @@
                     </footer>
                     <doctitle>
                         <![CDATA[
-                            Apache NLPCraft - Java Client API ${project.version}
+                            Apache NLPCraft - Java Client API <span style="font-size: 80%">${project.version}</span>
                         ]]>
                     </doctitle>
                     <windowtitle>Apache NLPCraft - Java Client ${project.version}</windowtitle>