You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/02/21 06:44:06 UTC

svn commit: r509900 - /tapestry/tapestry5/tapestry-component-report/trunk/pom.xml

Author: hlship
Date: Tue Feb 20 21:44:03 2007
New Revision: 509900

URL: http://svn.apache.org/viewvc?view=rev&rev=509900
Log:
Minor fixes to the POM, such as correct project URL.

Modified:
    tapestry/tapestry5/tapestry-component-report/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-component-report/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-component-report/trunk/pom.xml?view=diff&rev=509900&r1=509899&r2=509900
==============================================================================
--- tapestry/tapestry5/tapestry-component-report/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-component-report/trunk/pom.xml Tue Feb 20 21:44:03 2007
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-component-report</artifactId>
@@ -15,8 +17,8 @@
   </parent>
   
    <inceptionYear>2007</inceptionYear>
-  <url>http://tapestry.apache.org/tapestry5/tapestry-core/</url>
   <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->
+  <url>http://tapestry.apache.org/tapestry5/${pom.artifactId}/</url>
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}/trunk/</connection>
     <url>http://svn.apache.org/viewvc/tapestry/tapestry5/${pom.artifactId}/trunk/</url>