This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch UNOMI-916-release-issues in repository https://gitbox.apache.org/repos/asf/unomi.git
commit 7e6485dcca0a903323a8eabd6932499021464327 Author: Serge Huber <[email protected]> AuthorDate: Tue Nov 4 09:06:09 2025 +0100 - Fix failure to build from source ZIP - Update copyright and other minor NOTICE file adjustments --- NOTICE | 2 +- NOTICE.template | 2 +- extensions/salesforce-connector/rest/pom.xml | 1 + lifecycle-watcher/pom.xml | 1 + package/pom.xml | 1 + package/src/main/resources/NOTICE | 12 +++++------- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/NOTICE b/NOTICE index ff07edfe3..869a870f2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Unomi -Copyright 2015-2023 The Apache Software Foundation +Copyright 2015-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/NOTICE.template b/NOTICE.template index 2ae4cfc5d..f76a54ff9 100644 --- a/NOTICE.template +++ b/NOTICE.template @@ -1,5 +1,5 @@ Apache Unomi -Copyright 2015-2023 The Apache Software Foundation +Copyright 2015-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/extensions/salesforce-connector/rest/pom.xml b/extensions/salesforce-connector/rest/pom.xml index a3b750136..aaa1fef1f 100644 --- a/extensions/salesforce-connector/rest/pom.xml +++ b/extensions/salesforce-connector/rest/pom.xml @@ -119,6 +119,7 @@ <item>scmVersion</item> <item>timestamp</item> </items> + <revisionOnScmFailure>unknown</revisionOnScmFailure> </configuration> <executions> <execution> diff --git a/lifecycle-watcher/pom.xml b/lifecycle-watcher/pom.xml index 3de08b3a4..8b608383a 100644 --- a/lifecycle-watcher/pom.xml +++ b/lifecycle-watcher/pom.xml @@ -81,6 +81,7 @@ <shortRevisionLength>5</shortRevisionLength> <doCheck>false</doCheck> <doUpdate>false</doUpdate> + <revisionOnScmFailure>unknown</revisionOnScmFailure> </configuration> </plugin> <plugin> diff --git a/package/pom.xml b/package/pom.xml index 29a752f01..ff54660a3 100644 --- a/package/pom.xml +++ b/package/pom.xml @@ -150,6 +150,7 @@ <doCheck>false</doCheck> <doUpdate>false</doUpdate> <shortRevisionLength>8</shortRevisionLength> + <revisionOnScmFailure>unknown</revisionOnScmFailure> </configuration> </plugin> <plugin> diff --git a/package/src/main/resources/NOTICE b/package/src/main/resources/NOTICE index eedd211df..cc2423145 100644 --- a/package/src/main/resources/NOTICE +++ b/package/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Unomi -Copyright 2015-2023 The Apache Software Foundation +Copyright 2015-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). @@ -61,13 +61,11 @@ License: within bindings/java/src/org/hyperic/sigar/util/PrintfFormat.java Notice for Groovy --------------------------------------------------------------------------------------------------- -Groovy Language - Copyright 2003-2014 The respective authors and developers - Developers and Contributors are listed in the project POM file - and Gradle build file +Apache Groovy + Copyright 2003-2025 The Apache Software Foundation - This product includes software developed by - The Groovy community (http://groovy.codehaus.org/). + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). Notice for org.apache.ws.xmlschema
