You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2012/12/27 12:37:18 UTC

svn commit: r1426169 - /turbine/core/trunk/pom.xml

Author: tv
Date: Thu Dec 27 11:37:17 2012
New Revision: 1426169

URL: http://svn.apache.org/viewvc?rev=1426169&view=rev
Log:
Add missing distribution site

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1426169&r1=1426168&r2=1426169&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Thu Dec 27 11:37:17 2012
@@ -477,6 +477,14 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs/turbine/core/trunk/</url>
   </scm>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Turbine Site</name>
+      <url>scpexe://people.apache.org/www/turbine.apache.org/turbine/development/turbine-4.0/</url>
+    </site>
+  </distributionManagement>
   
   <build>
     <sourceDirectory>src/java</sourceDirectory>