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 2007/05/01 17:59:14 UTC

svn commit: r534140 - /velocity/engine/trunk/pom.xml

Author: henning
Date: Tue May  1 08:59:14 2007
New Revision: 534140

URL: http://svn.apache.org/viewvc?view=rev&rev=534140
Log:
use Apache parent POM, also update the test dependencies


Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?view=diff&rev=534140&r1=534139&r2=534140
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Tue May  1 08:59:14 2007
@@ -25,6 +25,12 @@
 
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>4</version>
+  </parent>
+
   <groupId>org.apache.velocity</groupId>
   <artifactId>velocity</artifactId>
   <version>1.6-SNAPSHOT</version>
@@ -35,11 +41,6 @@
   <inceptionYear>2000</inceptionYear>
   <packaging>pom</packaging>
 
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
   <build>
     <defaultGoal>post-site</defaultGoal>
     <sourceDirectory>src/java</sourceDirectory>
@@ -57,25 +58,6 @@
     </plugins>
   </build>
 
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
   <distributionManagement>
     <site>
       <id>velocity.apache.org</id>
@@ -205,6 +187,18 @@
       <artifactId>werken-xpath</artifactId>
       <version>0.9.4</version>
       <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <version>1.7.1</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>