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 09:53:13 UTC

svn commit: r490959 - /velocity/site/skin/pom.xml

Author: henning
Date: Fri Dec 29 00:53:12 2006
New Revision: 490959

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


Modified:
    velocity/site/skin/pom.xml

Modified: velocity/site/skin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/skin/pom.xml?view=diff&rev=490959&r1=490958&r2=490959
==============================================================================
--- velocity/site/skin/pom.xml (original)
+++ velocity/site/skin/pom.xml Fri Dec 29 00:53:12 2006
@@ -24,20 +24,22 @@
          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>apache-velocity-site-skin</artifactId>
-  <version>1.0.2</version>
+  <version>1.0.3</version>
   <name>Apache Velocity Site Skin</name>
   <url>http://velocity.apache.org/</url>
   <description>A skin for the Apache Velocity Site</description>
   <inceptionYear>2006</inceptionYear>
   <packaging>jar</packaging>
 
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
   <build>
     <defaultGoal>install</defaultGoal>
     <resources>
@@ -57,26 +59,11 @@
     </resources>
   </build>
 
-  <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>
-
-  <issueManagement>
-    <system>JIRA</system>
-    <url>https://issues.apache.org/jira/browse/VELOCITY</url>
-  </issueManagement>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/skin/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/skin/</developerConnection>
     <tag>HEAD</tag>
     <url>http://svn.apache.org/viewvc/velocity/site/skin/</url>
   </scm>
-
 
 </project>