Author: dennisl
Date: Mon Jul 10 06:06:02 2006
New Revision: 420518
URL: http://svn.apache.org/viewvc?rev=420518&view=rev
Log:
Correct the urls for:
- the project
- issue tracking
- repository
Modified:
jakarta/commons/proper/attributes/trunk/project.xml
Modified: jakarta/commons/proper/attributes/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/project.xml?rev=420518&r1=420517&r2=420518&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/project.xml Mon Jul 10 06:06:02 2006
@@ -34,7 +34,7 @@
<inceptionYear>2003</inceptionYear>
<shortDescription>Commons Attributes</shortDescription>
<description>A package for handling runtime information about types
(including Java classes)</description>
- <url>http://jakarta.apache.org/commons/attributes/</url>
+
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<developers>
<developer>
@@ -61,7 +61,7 @@
</licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId>
- <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
+
<issueTrackingUrl>http://issues.apache.org/jira/browse/${pom.artifactId.substring(8).toUpperCase()}</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
@@ -69,7 +69,7 @@
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
+
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk/</url>
</repository>
<mailingLists>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]