You realize that this may cause everyone to inherit the wrong url now?
We should have the default url pointed at the apache site, not the pom
site.

On Sat, Feb 5, 2011 at 3:51 PM,  <ol...@apache.org> wrote:
> Author: olamy
> Date: Sat Feb  5 20:51:25 2011
> New Revision: 1067521
>
> URL: http://svn.apache.org/viewvc?rev=1067521&view=rev
> Log:
> [MPOM-7] fix url in pom
>
> Modified:
>    maven/pom/trunk/asf/pom.xml
>
> Modified: maven/pom/trunk/asf/pom.xml
> URL: 
> http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1067521&r1=1067520&r2=1067521&view=diff
> ==============================================================================
> --- maven/pom/trunk/asf/pom.xml (original)
> +++ maven/pom/trunk/asf/pom.xml Sat Feb  5 20:51:25 2011
> @@ -52,7 +52,7 @@ under the License.
>     <name>The Apache Software Foundation</name>
>     <url>http://www.apache.org/</url>
>   </organization>
> -  <url>http://www.apache.org/</url>
> +  <url>http://maven.apache.org/asf-pom/</url>
>   <issueManagement>
>     <system>jira</system>
>     <url>https://issues.apache.org/jira/browse/MPOM</url>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to