Author: andyhot
Date: Thu Nov 19 13:59:43 2009
New Revision: 882147
URL: http://svn.apache.org/viewvc?rev=882147&view=rev
Log:
inherit from apache super pom
Modified:
tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml
Modified: tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml?rev=882147&r1=882146&r2=882147&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml Thu Nov 19 13:59:43 2009
@@ -9,6 +9,13 @@
<description>Master project for the modules of Tapestry 5.</description>
<inceptionYear>2006</inceptionYear>
<url>http://tapestry.apache.org/tapestry5.1/</url>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>6</version>
+ </parent>
+
<issueManagement>
<system>Jira</system>
<url>https://issues.apache.org/jira/browse/TAP5</url>
@@ -456,15 +463,6 @@
<id>tapestry</id>
<url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5.1/</url>
</site>
- <repository>
- <id>tapestry</id>
-
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository
- </url>
- </repository>
- <snapshotRepository>
- <id>tapestry-snapshot</id>
-
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository</url>
- </snapshotRepository>
</distributionManagement>