You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2010/10/24 03:03:13 UTC

svn commit: r1026727 - /velocity/site/tools/pom.xml

Author: henning
Date: Sun Oct 24 01:03:12 2010
New Revision: 1026727

URL: http://svn.apache.org/viewvc?rev=1026727&view=rev
Log:
actually remove the parent pom...

Modified:
    velocity/site/tools/pom.xml

Modified: velocity/site/tools/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/pom.xml?rev=1026727&r1=1026726&r2=1026727&view=diff
==============================================================================
--- velocity/site/tools/pom.xml (original)
+++ velocity/site/tools/pom.xml Sun Oct 24 01:03:12 2010
@@ -23,11 +23,11 @@ under the License.
          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>
-		<artifactId>velocity-master</artifactId>
-		<groupId>org.apache.velocity</groupId>
-		<version>1-SNAPSHOT</version>
-	</parent>
+    <parent>
+        <artifactId>apache</artifactId>
+        <groupId>org.apache</groupId>
+        <version>7</version>
+    </parent>
 	<modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.velocity.site</groupId>