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

jsinovassinnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new adcbb0b1d - Fix failure to build from source ZIP (#740)
adcbb0b1d is described below

commit adcbb0b1d4d92474dafe2f05e30e0e9bd1e2be3c
Author: Serge Huber <[email protected]>
AuthorDate: Tue Nov 4 10:22:13 2025 +0100

    - Fix failure to build from source ZIP (#740)
    
    - 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

Reply via email to