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 2015/08/13 02:31:25 UTC

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

Author: tv
Date: Thu Aug 13 00:31:25 2015
New Revision: 1695631

URL: http://svn.apache.org/r1695631
Log:
Fix url for development 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=1695631&r1=1695630&r2=1695631&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Thu Aug 13 00:31:25 2015
@@ -33,7 +33,9 @@
     can also be used independently of the web portion of Turbine as
     well. In other words, we strive to make portions of Turbine easily
     available for use in other applications.</description>
-  <url>http://turbine.apache.org/</url>
+    
+  <!-- TODO: Change for release -->  
+  <url>http://turbine.apache.org/development/turbine-4.0</url>
   
   <inceptionYear>2000</inceptionYear>
 
@@ -478,14 +480,6 @@
     <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>
     <testSourceDirectory>src/test</testSourceDirectory>