diff --git a/karavan-vscode/icons/dark/karavan.svg b/karavan-vscode/icons/dark/karavan.svg index 932d351fb04..7e9760c79c2 100644 --- a/karavan-vscode/icons/dark/karavan.svg +++ b/karavan-vscode/icons/dark/karavan.svg @@ -1,5 +1,4 @@ - + + diff --git a/karavan-web/pom.xml b/karavan-web/pom.xml index 36ffc21b07a..b2cc3f9d7b8 100644 --- a/karavan-web/pom.xml +++ b/karavan-web/pom.xml @@ -1,4 +1,20 @@ + diff --git a/release-utils/prerelease.sh b/release-utils/prerelease.sh old mode 100644 new mode 100755 index 74e434ffa1e..e7fd6787bf5 --- a/release-utils/prerelease.sh +++ b/release-utils/prerelease.sh @@ -1,3 +1,18 @@ +# 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. + set -e if [ "$#" -lt 1 ]; then @@ -16,5 +31,4 @@ wget https://github.com/apache/camel-karavan/releases/download/$1/camel-karavan- wget https://github.com/apache/camel-karavan/releases/download/$1/camel-karavan-$1.zip.sha512 cd ../ svn import $1/ https://dist.apache.org/repos/dist/dev/camel/camel-karavan/$1/ -m "Import camel-karavan release" - rm -rf $1/ \ No newline at end of file diff --git a/release-utils/release.sh b/release-utils/release.sh index 53391a1d3ef..5f3c9c44f0f 100755 --- a/release-utils/release.sh +++ b/release-utils/release.sh @@ -1,3 +1,18 @@ +# 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. + set -e if [ "$#" -lt 1 ]; then