Author: tfischer
Date: Sun Sep 7 05:45:49 2008
New Revision: 692833
URL: http://svn.apache.org/viewvc?rev=692833&view=rev
Log:
changed parent location
Modified:
db/torque/torque4/trunk/torque-templates/pom.xml
Modified: db/torque/torque4/trunk/torque-templates/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=692833&r1=692832&r2=692833&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/pom.xml (original)
+++ db/torque/torque4/trunk/torque-templates/pom.xml Sun Sep 7 05:45:49 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,27 +17,28 @@
specific language governing permissions and limitations
under the License.
-->
-<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">
- <parent>
- <groupId>org.apache.torque</groupId>
- <artifactId>torque</artifactId>
- <version>3.3.1-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <artifactId>torque-templates</artifactId>
- <packaging>jar</packaging>
- <name>Torque Generator Templates</name>
-
- <build>
- <resources>
- <resource>
- <directory>src/templates</directory>
- </resource>
- </resources>
- </build>
-</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">
+ <parent>
+ <groupId>org.apache.torque</groupId>
+ <artifactId>torque-maven-parent</artifactId>
+ <version>4.0-alpha1-SNAPSHOT</version>
+ <relativePath>../torque-maven-parent</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>torque-templates</artifactId>
+ <packaging>jar</packaging>
+ <name>Torque Generator Templates</name>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/templates</directory>
+ </resource>
+ </resources>
+ </build>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]