Author: tfischer
Date: Sat Dec  6 02:01:10 2008
New Revision: 723965

URL: http://svn.apache.org/viewvc?rev=723965&view=rev
Log:
Each module needs its own url because otherwise maven assumes that each module 
has its own homepage.

Modified:
    db/torque/torque4/trunk/maven-torque-plugin/pom.xml
    db/torque/torque4/trunk/torque-generator/pom.xml
    db/torque/torque4/trunk/torque-runtime/pom.xml
    db/torque/torque4/trunk/torque-templates/pom.xml

Modified: db/torque/torque4/trunk/maven-torque-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/maven-torque-plugin/pom.xml?rev=723965&r1=723964&r2=723965&view=diff
==============================================================================
--- db/torque/torque4/trunk/maven-torque-plugin/pom.xml (original)
+++ db/torque/torque4/trunk/maven-torque-plugin/pom.xml Sat Dec  6 02:01:10 2008
@@ -33,7 +33,8 @@
   <artifactId>torque-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Torque Maven 2 Plugin</name>
-  <description>Maven 2 plugin for the Torque Generator</description>
+  <description>Maven 2 plugin for the Torque Generator</description>
+  <url>http://db.apache.org/torque</url>
 
   <dependencies>
     <dependency>

Modified: db/torque/torque4/trunk/torque-generator/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/pom.xml?rev=723965&r1=723964&r2=723965&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/pom.xml (original)
+++ db/torque/torque4/trunk/torque-generator/pom.xml Sat Dec  6 02:01:10 2008
@@ -33,6 +33,7 @@
   <artifactId>torque-generator</artifactId>
   <packaging>jar</packaging>
   <name>Torque Generator</name>
+  <url>http://db.apache.org/torque</url>
 
   <dependencies>
     <dependency>

Modified: db/torque/torque4/trunk/torque-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=723965&r1=723964&r2=723965&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/pom.xml (original)
+++ db/torque/torque4/trunk/torque-runtime/pom.xml Sat Dec  6 02:01:10 2008
@@ -33,6 +33,7 @@
   <artifactId>torque-runtime</artifactId>
   <packaging>jar</packaging>
   <name>Torque Runtime</name>
+  <url>http://db.apache.org/torque</url>
 
   <dependencies>
     <dependency>

Modified: db/torque/torque4/trunk/torque-templates/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=723965&r1=723964&r2=723965&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/pom.xml (original)
+++ db/torque/torque4/trunk/torque-templates/pom.xml Sat Dec  6 02:01:10 2008
@@ -33,5 +33,6 @@
   <artifactId>torque-templates</artifactId>
   <packaging>jar</packaging>
   <name>Torque Generator Templates</name>
+  <url>http://db.apache.org/torque</url>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to