You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/04/25 16:21:20 UTC

svn commit: r532365 - in /tapestry/tapestry5/trunk: quickstart/pom.xml tapestry-component-report/pom.xml tapestry-core/pom.xml tapestry-hibernate/pom.xml tapestry-ioc/pom.xml tapestry-project/pom.xml tapestry-spring/pom.xml tapestry-test/pom.xml

Author: hlship
Date: Wed Apr 25 07:21:20 2007
New Revision: 532365

URL: http://svn.apache.org/viewvc?view=rev&rev=532365
Log:
Update POMs to set SVN data correctly.

Modified:
    tapestry/tapestry5/trunk/quickstart/pom.xml
    tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
    tapestry/tapestry5/trunk/tapestry-core/pom.xml
    tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
    tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
    tapestry/tapestry5/trunk/tapestry-project/pom.xml
    tapestry/tapestry5/trunk/tapestry-spring/pom.xml
    tapestry/tapestry5/trunk/tapestry-test/pom.xml

Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/pom.xml Wed Apr 25 07:21:20 2007
@@ -15,10 +15,6 @@
   <name>Tapestry 5 Quickstart Archetype</name>
   <inceptionYear>2007</inceptionYear>
   <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>
-  </scm>
   <description>Archetype for creating a basic Tapestry 5 application, including Eclipse control
     files.</description>
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-component-report/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-component-report/pom.xml Wed Apr 25 07:21:20 2007
@@ -17,12 +17,6 @@
   </parent>
 
   <inceptionYear>2007</inceptionYear>
-  <!-- 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>
-  </scm>
 
   <build>
     <plugins>

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Wed Apr 25 07:21:20 2007
@@ -14,12 +14,7 @@
   </parent>
   <name>Tapestry Core Library</name>
   <inceptionYear>2006</inceptionYear>
-  <!-- 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>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.tapestry</groupId>

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml Wed Apr 25 07:21:20 2007
@@ -15,12 +15,7 @@
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <inceptionYear>2007</inceptionYear>
-  <!-- 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>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.tapestry</groupId>

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Wed Apr 25 07:21:20 2007
@@ -15,12 +15,7 @@
   </parent>
   <name>Tapestry Inversion of Control Container</name>
   <inceptionYear>2006</inceptionYear>
-  <url>http://tapestry.apache.org/tapestry5/tapestry-ioc/</url>
-  <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->
-  <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>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>jboss</groupId>

Modified: tapestry/tapestry5/trunk/tapestry-project/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/pom.xml Wed Apr 25 07:21:20 2007
@@ -20,11 +20,10 @@
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org</url>
   </organization>
-  <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->
   <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>
+      scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-project </connection>
+    <url> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project </url>
   </scm>
   <developers>
     <developer>

Modified: tapestry/tapestry5/trunk/tapestry-spring/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-spring/pom.xml Wed Apr 25 07:21:20 2007
@@ -15,13 +15,7 @@
     <version>5.0.4-SNAPSHOT</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
-  <inceptionYear>2007</inceptionYear>
-  <!-- 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>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.tapestry</groupId>

Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?view=diff&rev=532365&r1=532364&r2=532365
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Wed Apr 25 07:21:20 2007
@@ -15,12 +15,7 @@
     <version>5.0.4-SNAPSHOT</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
-  <!-- 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>
-  </scm>
+
   <dependencies>
   <dependency>
     <groupId>org.openqa.selenium.client-drivers</groupId>