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 6e5d950fcf8d3c14dce4e895e5fdcb9c72a95ea4 Author: Brett Leslie Porter <[email protected]> AuthorDate: Thu Jun 14 06:41:58 2007 +0000 align parents to latest release (snapshot has nothing significant other than SCM adjustments) manually set all SCM locations since inheriting from a release will position it under the tag which is not correct git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@547146 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d58c666..e3c6f2a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>maven-shared-components</artifactId> <groupId>org.apache.maven.shared</groupId> - <version>4</version> + <version>7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.shared</groupId> @@ -45,4 +45,9 @@ </plugin> </plugins> </build> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-downloader</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-downloader</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/maven/shared/trunk/maven-downloader</url> + </scm> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
