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 2006/12/29 10:09:54 UTC

svn commit: r490965 - /velocity/site/doxia-velocity-renderer/pom.xml

Author: henning
Date: Fri Dec 29 01:09:53 2006
New Revision: 490965

URL: http://svn.apache.org/viewvc?view=rev&rev=490965
Log:
add parent POM for reactor build


Modified:
    velocity/site/doxia-velocity-renderer/pom.xml

Modified: velocity/site/doxia-velocity-renderer/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/doxia-velocity-renderer/pom.xml?view=diff&rev=490965&r1=490964&r2=490965
==============================================================================
--- velocity/site/doxia-velocity-renderer/pom.xml (original)
+++ velocity/site/doxia-velocity-renderer/pom.xml Fri Dec 29 01:09:53 2006
@@ -1,4 +1,5 @@
 <?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,23 +18,28 @@
  specific language governing permissions and limitations
  under the License.
 -->
+
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.velocity</groupId>
+    <artifactId>apache-velocity-site-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
+
   <groupId>org.apache.velocity</groupId>
   <artifactId>doxia-velocity-renderer</artifactId>
-  <packaging>maven-plugin</packaging>
+  <version>0.0.1</version>
   <name>Doxia Velocity Renderer</name>
   <url>http://people.apache.org/~henning/velocity-doxia-renderer/</url>
-  <version>0.0.1</version>
   <description>This is a Doxia Extension that allows you to run Velocity Templates to produce APT and XDOC
     file which then are rendered through the Doxia Renderer. This allows you to use VTL Macros and
-    Scripts when generating the Site.</description>
+    Scripts when generating the Site.
+  </description>
   <inceptionYear>2006</inceptionYear>
-
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
+  <packaging>maven-plugin</packaging>
 
   <distributionManagement>
     <site>
@@ -41,29 +47,6 @@
       <url>scpexe://people.apache.org/home/henning/public_html/velocity-doxia-renderer</url>
     </site>
   </distributionManagement>
-
-  <developers>
-    <developer>
-      <name>Henning P. Schmiedehausen</name>
-      <id>henning</id>
-      <email>henning@apache.org</email>
-      <url>http://henning.schmiedehausen.org/</url>
-      <organization>The Apache Software Foundation</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>1</timezone>
-    </developer>
-  </developers>
-
-  <licenses>
-    <license>
-      <name>Apache 2</name>
-       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-       <distribution>repo</distribution>
-       <comments>The Apache Software License 2.0</comments>
-     </license>
-  </licenses>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/doxia-velocity-renderer/</connection>