You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/08/01 14:10:36 UTC

svn commit: r981210 - /velocity/sandbox/maven-reorg/site/tools/pom.xml

Author: apetrelli
Date: Sun Aug  1 12:10:36 2010
New Revision: 981210

URL: http://svn.apache.org/viewvc?rev=981210&view=rev
Log:
VELOCITYSB-9
Fixed versions in velocity-site-tools modules.

Modified:
    velocity/sandbox/maven-reorg/site/tools/pom.xml

Modified: velocity/sandbox/maven-reorg/site/tools/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/site/tools/pom.xml?rev=981210&r1=981209&r2=981210&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/site/tools/pom.xml (original)
+++ velocity/sandbox/maven-reorg/site/tools/pom.xml Sun Aug  1 12:10:36 2010
@@ -32,7 +32,7 @@
 
   <groupId>org.apache.velocity.site</groupId>
   <artifactId>velocity-site-tools</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
 
   <name>Velocity Site Tools</name>
   <url>http://velocity.apache.org/site/tools/</url>
@@ -45,15 +45,6 @@
     <module>velocity-site-skin</module>
   </modules>
 
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
-  <build>
-    <defaultGoal>install</defaultGoal>
-  </build>
-
   <distributionManagement>
     <site>
       <id>velocity.apache.org</id>
@@ -66,17 +57,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>dependencies</report>
-              <report>license</report>
-              <report>summary</report>
-              <report>scm</report>
-              <report>project-team</report>
-            </reports>
-          </reportSet>
-        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>