Repository: incubator-beam Updated Branches: refs/heads/master 448957ba8 -> 4fd9d74df
Fix legal in build-tools pom.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4fd9d74d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4fd9d74d Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/4fd9d74d Branch: refs/heads/master Commit: 4fd9d74df4f4f1d4b0d4e9ab63dc6a8f807d073b Parents: 448957b Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Apr 29 16:21:34 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Apr 29 16:21:34 2016 +0200 ---------------------------------------------------------------------- sdks/java/build-tools/pom.xml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4fd9d74d/sdks/java/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/build-tools/pom.xml b/sdks/java/build-tools/pom.xml index 2bd245f..ee1a5d2 100644 --- a/sdks/java/build-tools/pom.xml +++ b/sdks/java/build-tools/pom.xml @@ -1,9 +1,24 @@ -<project> - <!-- - Contains build resources referenced by sub-projects. It follows the - "Multimodule Configuration" described here: - https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html - --> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> <parent> @@ -14,6 +29,6 @@ </parent> <artifactId>java-build-tools</artifactId> - <name>Apache Beam :: SDKs :: Java :: Build Tools</name> + </project>
