Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 15d830373 -> 76869444b
[KARAF-3320] Upgrade to apache-rat-plugin 0.11 and fix license header Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/76869444 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/76869444 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/76869444 Branch: refs/heads/karaf-3.0.x Commit: 76869444bc1140d0a653289c2a9de9069d7c3dcc Parents: 15d8303 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 31 14:43:26 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 31 14:43:26 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- .../karaf/tooling/features/model/ConfigRef.java | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/76869444/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 53ea119..b5901e8 100644 --- a/pom.xml +++ b/pom.xml @@ -2202,7 +2202,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.10</version> + <version>0.11</version> <executions> <execution> <phase>verify</phase> http://git-wip-us.apache.org/repos/asf/karaf/blob/76869444/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/features/model/ConfigRef.java ---------------------------------------------------------------------- diff --git a/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/features/model/ConfigRef.java b/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/features/model/ConfigRef.java index 2661381..26b8808 100644 --- a/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/features/model/ConfigRef.java +++ b/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/features/model/ConfigRef.java @@ -1,6 +1,21 @@ +/* + * 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. + */ package org.apache.karaf.tooling.features.model; -import java.util.Hashtable; import java.util.Map; public class ConfigRef {
