This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-downloader.git
commit 0871bd6299bb90f0ad0994ce502ef906efa2d532 Author: Benjamin Bentmann <[email protected]> AuthorDate: Sat Aug 9 09:22:55 2008 +0000 o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@684209 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 413c923..c5ed275 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ -<?xml version="1.0"?><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/maven-v4_0_0.xsd"> +<?xml version="1.0"?> +<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/maven-v4_0_0.xsd"> <parent> <artifactId>maven-shared-components</artifactId> <groupId>org.apache.maven.shared</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
