Repository: incubator-tamaya Updated Branches: refs/heads/master 79f5240b8 -> 492da9da5
TAMAYA-287: Fix maven warning Current enforcer configuration already requires a minimum maven version of 3.0.5. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/492da9da Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/492da9da Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/492da9da Branch: refs/heads/master Commit: 492da9da55101edec3273bff42edb05a5f8d2b68 Parents: 79f5240 Author: Phil Ottlinger <[email protected]> Authored: Sat Sep 16 22:40:43 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Sat Sep 16 22:40:43 2017 +0200 ---------------------------------------------------------------------- pom.xml | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/492da9da/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d33887e..791e8dd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ -<!-- 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 +<!-- 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"> @@ -32,10 +32,6 @@ <url>https://apache.org</url> </organization> - <prerequisites> - <maven>3.0.5</maven> - </prerequisites> - <properties> <commons-io.version>2.5</commons-io.version> <findbugs.skip>false</findbugs.skip> @@ -509,7 +505,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <!-- 20160816: 3.5.1 generates a broken site, maybe due + <!-- 20160816: 3.5.1 generates a broken site, maybe due to old asciidoc version?! --> <version>3.4</version> <inherited>true</inherited> @@ -586,9 +582,9 @@ <configuration> <filesets> <fileset> - <!-- ! This directory is to store Maven properties - exported to a file ! which will be included by various Asciidoctor documents - ! to share global properties/attributes. ! ! see https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/170 + <!-- ! This directory is to store Maven properties + exported to a file ! which will be included by various Asciidoctor documents + ! to share global properties/attributes. ! ! see https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/170 ! --> <directory>${project.basedir}/temp-properties-files-for-site</directory> </fileset>
