Author: henning
Date: Wed Sep 15 16:19:45 2010
New Revision: 997386

URL: http://svn.apache.org/viewvc?rev=997386&view=rev
Log:
Add Apache parent POM, update my timezone.


Modified:
    velocity/site/tools/pom.xml

Modified: velocity/site/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/site/tools/pom.xml?rev=997386&r1=997385&r2=997386&view=diff
==============================================================================
--- velocity/site/tools/pom.xml (original)
+++ velocity/site/tools/pom.xml Wed Sep 15 16:19:45 2010
@@ -25,15 +25,21 @@
 
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>7</version>
+  </parent> 
+
   <groupId>org.apache.velocity.site</groupId>
   <artifactId>velocity-site-tools</artifactId>
   <version>1.2.0-SNAPSHOT</version>
-
   <name>Velocity Site Tools</name>
   <url>http://velocity.apache.org/site/tools/</url>
   <description>Various Maven related tools and plugins that are used to build 
the Apache Velocity web site.</description>
   <inceptionYear>2006</inceptionYear>
   <packaging>pom</packaging>
+
   <modules>
     <module>velocity-site-doxia-renderer</module>
     <module>velocity-site-news-plugin</module>
@@ -41,52 +47,18 @@
   </modules>
 
   <prerequisites>
-    <maven>2.0.5</maven>
+    <maven>2.2.0</maven>
   </prerequisites>
 
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
   <build>
     <defaultGoal>install</defaultGoal>
   </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>
       <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools</url>
     </site>
-    <repository>
-      <id>apache.releases</id>
-      <name>Apache Release Distribution Repository</name>
-      
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Development Snapshot Repository</name>
-      
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
   </distributionManagement>
 
   <developers>
@@ -99,7 +71,7 @@
       <roles>
         <role>Java Developer</role>
       </roles>
-      <timezone>1</timezone>
+      <timezone>-8</timezone>
     </developer>
   </developers>
 


Reply via email to