Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.template
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
1 change: 1 addition & 0 deletions extensions/salesforce-connector/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<item>scmVersion</item>
<item>timestamp</item>
</items>
<revisionOnScmFailure>unknown</revisionOnScmFailure>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions lifecycle-watcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<shortRevisionLength>5</shortRevisionLength>
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
<revisionOnScmFailure>unknown</revisionOnScmFailure>
</configuration>
</plugin>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
<shortRevisionLength>8</shortRevisionLength>
<revisionOnScmFailure>unknown</revisionOnScmFailure>
</configuration>
</plugin>
<plugin>
Expand Down
12 changes: 5 additions & 7 deletions package/src/main/resources/NOTICE
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down Expand Up @@ -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
Expand Down
Loading