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/01/07 15:38:32 UTC

svn commit: r493731 - in /velocity/site/tools: pom.xml velocity-site-news/pom.xml

Author: henning
Date: Sun Jan  7 06:38:31 2007
New Revision: 493731

URL: http://svn.apache.org/viewvc?view=rev&rev=493731
Log:
Consolidate deployment and modules.


Modified:
    velocity/site/tools/pom.xml
    velocity/site/tools/velocity-site-news/pom.xml

Modified: velocity/site/tools/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/pom.xml?view=diff&rev=493731&r1=493730&r2=493731
==============================================================================
--- velocity/site/tools/pom.xml (original)
+++ velocity/site/tools/pom.xml Sun Jan  7 06:38:31 2007
@@ -30,15 +30,14 @@
   <version>1.1.0</version>
 
   <name>Velocity Site Tools</name>
-  <url>http://velocity.apache.org/site/tools</url>
+  <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-skin</module>
     <module>velocity-site-doxia-renderer</module>
     <module>velocity-site-news</module>
+    <module>velocity-site-skin</module>
   </modules>
 
   <organization>

Modified: velocity/site/tools/velocity-site-news/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news/pom.xml?view=diff&rev=493731&r1=493730&r2=493731
==============================================================================
--- velocity/site/tools/velocity-site-news/pom.xml (original)
+++ velocity/site/tools/velocity-site-news/pom.xml Sun Jan  7 06:38:31 2007
@@ -36,6 +36,7 @@
   <version>1.1.0</version>
 
   <name>Velocity Site News</name>
+  <url>http://velocity.apache.org/site/tools/velocity-site-news/</url>
   <inceptionYear>2006</inceptionYear>
   <packaging>pom</packaging>
 
@@ -122,4 +123,19 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+
+  <distributionManagement>
+    <site>
+      <id>velocity.apache.org</id>
+      <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools/velocity-site-news</url>
+    </site>
+  </distributionManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-news/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/tools/velocity-site-news/</developerConnection>
+    <tag>HEAD</tag>
+    <url>http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news/</url>
+  </scm>
+
 </project>