This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new 915d0cd0b Fixed: Updates to 2024 915d0cd0b is described below commit 915d0cd0bf794deede588641d2c777eed3b382fa Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Jan 1 16:49:35 2024 +0100 Fixed: Updates to 2024 --- NOTICE | 2 +- bi/data/BiSystemPropertyData.xml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/NOTICE b/NOTICE index a61f9b2c4..01c2d3eb9 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache OFBiz -Copyright 2001-2023 The Apache Software Foundation +Copyright 2001-2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/bi/data/BiSystemPropertyData.xml b/bi/data/BiSystemPropertyData.xml index 67ee7b6d1..75cd1d35f 100644 --- a/bi/data/BiSystemPropertyData.xml +++ b/bi/data/BiSystemPropertyData.xml @@ -18,19 +18,18 @@ specific language governing permissions and limitations under the License. --> <entity-engine-xml> -<!-- +<!-- # The fromDate value for business intelligence bi.properties setting is: fromDate=2013-09-01 --> <SystemProperty systemResourceId="bi" systemPropertyId="fromDate" systemPropertyValue="2013-09-01" description="The fromDate value for business intelligence. Convention: yyyy-mm-dd" /> - <!-- -# The thruDate value for for business intelligence -bi.properties setting is: 2023-09-01 + <!-- +# The thruDate value for for business intelligence bi.properties setting is: 2123-09-01 --> - <SystemProperty systemResourceId="bi" systemPropertyId="thruDate" systemPropertyValue="2023-09-01" + <SystemProperty systemResourceId="bi" systemPropertyId="thruDate" systemPropertyValue="2123-09-01" description="The thruDate value for business intelligence. Convention: yyyy-mm-dd" /> - -</entity-engine-xml> \ No newline at end of file + +</entity-engine-xml>