diff --git a/.idea/copyright/KoSIT_Validator.xml b/.idea/copyright/KoSIT_Validator.xml index d519937..16895e8 100644 --- a/.idea/copyright/KoSIT_Validator.xml +++ b/.idea/copyright/KoSIT_Validator.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 241632b..4d7210a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -82,7 +82,7 @@ - + diff --git a/.mvn/createBuildImages.sh b/.mvn/createBuildImages.sh index 0e875c9..f03f060 100644 --- a/.mvn/createBuildImages.sh +++ b/.mvn/createBuildImages.sh @@ -1,5 +1,21 @@ #!/usr/bin/env bash +# +# Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT) +# +# Licensed 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. +# + TAGS=("3-openjdk-16" "3-jdk-11" "3-jdk-11-openj9" "3-jdk-8" "3-jdk-8-openj9" "3-openjdk-15" "3-openjdk-17") docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 9e2bfbe..d1b2b61 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -1,5 +1,5 @@ +