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 2018/05/27 17:11:56 UTC

commons-build-plugin git commit: [COMMONSSITE-116] Add a goal for creating the NOTICE.txt file. Better param type.

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master 62fed81ed -> 0b1fdaa5f


[COMMONSSITE-116] Add a goal for creating the NOTICE.txt file.
Better param type.

Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/0b1fdaa5
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/0b1fdaa5
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/0b1fdaa5

Branch: refs/heads/master
Commit: 0b1fdaa5fd561ff72a4b993440ead1ef0d0e61db
Parents: 62fed81
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun May 27 11:11:53 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun May 27 11:11:53 2018 -0600

----------------------------------------------------------------------
 src/main/scripts/generate-xdocs.mojos.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/0b1fdaa5/src/main/scripts/generate-xdocs.mojos.xml
----------------------------------------------------------------------
diff --git a/src/main/scripts/generate-xdocs.mojos.xml b/src/main/scripts/generate-xdocs.mojos.xml
index 689df9c..14d0ae7 100644
--- a/src/main/scripts/generate-xdocs.mojos.xml
+++ b/src/main/scripts/generate-xdocs.mojos.xml
@@ -61,7 +61,7 @@
                     <required>true</required>
                     <readonly>true</readonly>
                     <expression>${project.inceptionYear}</expression>
-                    <type>java.lang.Object</type>
+                    <type>java.lang.String</type>
                     <description>The inception year of the project currently being built.</description>
                 </parameter>
                 <parameter>
@@ -918,7 +918,7 @@
                     <required>true</required>
                     <readonly>true</readonly>
                     <expression>${project.inceptionYear}</expression>
-                    <type>java.lang.Object</type>
+                    <type>java.lang.String</type>
                     <description>The inception year of the project currently being built.</description>
                 </parameter>
             </parameters>