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 46e28de2b1a470ac76db9d7b3730b55969325daa Author: Jason van Zyl <[email protected]> AuthorDate: Sun Dec 3 21:32:27 2006 +0000 [maven-release-plugin] prepare release maven-downloader-1.0 git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@481909 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b605d96..9c9adc4 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -45,4 +45,10 @@ </plugin> </plugins> </build> + + <scm> + <connection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-downloader-1.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-downloader-1.0</developerConnection> + <url>https://svn.apache.org/repos/asf/maven/shared/tags/maven-downloader-1.0</url> + </scm> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
