Repository: wicket Updated Branches: refs/heads/wicket-8.x 06848e8e6 -> 58e315ff9
Trailing whitespaces are removed Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/58e315ff Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/58e315ff Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/58e315ff Branch: refs/heads/wicket-8.x Commit: 58e315ff926df7be6f353b1f6377c7e99b2b9e13 Parents: 06848e8 Author: Maxim Solodovnik <[email protected]> Authored: Sun Nov 25 12:49:46 2018 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Sun Nov 25 12:49:54 2018 +0700 ---------------------------------------------------------------------- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/58e315ff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7133c76..3074d42 100644 --- a/pom.xml +++ b/pom.xml @@ -714,7 +714,7 @@ <failOnUnsupportedJava>false</failOnUnsupportedJava> <signatures><![CDATA[ @defaultMessage Specify Locale.ROOT to ensure locale insensitive conversion - java.lang.String#toLowerCase() + java.lang.String#toLowerCase() java.lang.String#toUpperCase() ]]></signatures> </configuration> @@ -1206,7 +1206,6 @@ </plugins> </build> </profile> - <profile> <id>coverage</id> <build> @@ -1215,7 +1214,6 @@ <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> - <executions> <execution> <id>jacoco-initialize</id>
