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 8c9bdd3b4db32fbad4b29da239331e9f0329ccba Author: Jason van Zyl <[email protected]> AuthorDate: Sun Dec 3 21:27:31 2006 +0000 o reverting when the release fails the POM is still modified ... git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@481903 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 13feee9..0c7804f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<?xml version="1.0"?><project> +<?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> @@ -9,7 +9,7 @@ <artifactId>maven-downloader</artifactId> <name>Maven Downloader</name> <description>Provide a super simple interface for downloading a single artifact.</description> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <url>http://maven.apache.org</url> <dependencies> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
