Repository: mina-sshd Updated Branches: refs/heads/master 3f05aace2 -> 24a7742f5
Fix headers check style validation broken by the release process Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/ee8f4559 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/ee8f4559 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/ee8f4559 Branch: refs/heads/master Commit: ee8f4559f4308d191386a0b375459483f0900962 Parents: 3f05aac Author: Guillaume Nodet <[email protected]> Authored: Wed Aug 19 08:46:56 2015 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Aug 19 08:46:56 2015 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/ee8f4559/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 39050e0..3991c63 100644 --- a/pom.xml +++ b/pom.xml @@ -873,7 +873,7 @@ <module name="SuppressWarningsFilter" /> <!-- Header checks --> <module name="Header"> - <property name="header" value="/*\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * &quot;License&quot;); you may not use this file except in compliance\n * with the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing,\n * software distributed under the License is distributed on an\n * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n * KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations\n * under the License.\n */\n" /> + <property name="header" value="/*\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * &quot;License&quot;); you may not use this file except in compliance\n * with the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing,\n * software distributed under the License is distributed on an\n * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n * KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations\n * under the License.\n */\n" /> </module> <!-- <module name="RegexpHeader" /> --> <module name="FileLength">
