Author: tv
Date: Mon Dec 21 14:36:21 2015
New Revision: 1721168

URL: http://svn.apache.org/viewvc?rev=1721168&view=rev
Log:
Fix site generation

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1721168&r1=1721167&r2=1721168&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Mon Dec 21 14:36:21 2015
@@ -35,7 +35,7 @@
     available for use in other applications.</description>
     
   <!-- TODO: Change for release -->  
-  <url>http://turbine.apache.org/development/turbine-4.0</url>
+  <url>http://turbine.apache.org/turbine/turbine-4.0-M2</url>
   
   <inceptionYear>2000</inceptionYear>
 
@@ -1078,7 +1078,7 @@
             <executions>
               <execution>
                 <id>turbine-release-site</id>
-                <phase>package</phase>
+                <phase>prepare-package</phase>
                 <goals>
                   <goal>site</goal>
                 </goals>


Reply via email to