This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch OLINGO-1604-release
in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git
The following commit(s) were added to refs/heads/OLINGO-1604-release by this
push:
new ac70d393 [OLINGO-1604] Fixed RAT issue
ac70d393 is described below
commit ac70d393d035793dd262d775a2c050e1aa577d47
Author: mibo <[email protected]>
AuthorDate: Sat Sep 23 11:01:29 2023 +0200
[OLINGO-1604] Fixed RAT issue
---
.github/workflows/maven.yml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7c4c78d9..64e1e103 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -1,6 +1,14 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file
+# distributed with this work for additional information regarding copyright
ownership. The ASF licenses this file to you under
+# the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may
+# obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to
+# in writing, software distributed under the License is distributed on an "AS
IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
+# ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under
+# the License.
+#
+#
# This workflow will build a Java project with Maven, and cache/restore any
dependencies to improve the workflow execution time
# For more information see:
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
-
name: Java CI with Maven
on: