You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2008/09/07 14:39:15 UTC

svn commit: r692831 - /db/torque/torque4/trunk/maven-torque-plugin/pom.xml

Author: tfischer
Date: Sun Sep  7 05:39:15 2008
New Revision: 692831

URL: http://svn.apache.org/viewvc?rev=692831&view=rev
Log:
changed parent location

Modified:
    db/torque/torque4/trunk/maven-torque-plugin/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=692831&r1=692830&r2=692831&view=diff
==============================================================================
--- db/torque/torque4/trunk/maven-torque-plugin/pom.xml (original)
+++ db/torque/torque4/trunk/maven-torque-plugin/pom.xml Sun Sep  7 05:39:15 2008
@@ -23,15 +23,16 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.torque</groupId>
-    <artifactId>torque</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <artifactId>torque-maven-parent</artifactId>
+    <version>4.0-alpha1-SNAPSHOT</version>
+    <relativePath>../maven-parent/pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>torque-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Torque Maven2 Plugin</name>
+  <name>Torque Maven 2 Plugin</name>
   <description>Maven 2 plugin for the Torque Generator</description>
 
   <dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org