Author: ogusakov Date: Thu Oct 9 14:39:10 2008 New Revision: 703268 URL: http://svn.apache.org/viewvc?rev=703268&view=rev Log: added links to the pom
Modified: maven/mercury/trunk/pom.xml Modified: maven/mercury/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=703268&r1=703267&r2=703268&view=diff ============================================================================== --- maven/mercury/trunk/pom.xml (original) +++ maven/mercury/trunk/pom.xml Thu Oct 9 14:39:10 2008 @@ -60,10 +60,20 @@ <url>${distMgmtSnapshotsUrl}</url> </snapshotRepository> </distributionManagement> + <url>http://docs.codehaus.org/display/MAVEN/Mercury</url> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/MERCURY</url> + </issueManagement> + <ciManagement> + <system>hudson</system> + <url>https://ci.sonatype.org/view/Maven%20Artifact/job/mercury/</url> + </ciManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/mercury/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/mercury/</developerConnection> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/mercury/trunk/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/mercury/trunk/</developerConnection> + <url>http://svn.apache.org/repos/asf/maven/mercury/trunk/</url> </scm>