You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2005/03/17 03:39:44 UTC

svn commit: r157863 - portals/pluto/trunk/maven.xml

Author: cdoremus
Date: Wed Mar 16 18:39:43 2005
New Revision: 157863

URL: http://svn.apache.org/viewcvs?view=rev&rev=157863
Log:
Now uses the latest stable Tomcat distribution (ver 5.5.7) to build the binary distribution.

Modified:
    portals/pluto/trunk/maven.xml

Modified: portals/pluto/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/maven.xml?view=diff&r1=157862&r2=157863
==============================================================================
--- portals/pluto/trunk/maven.xml (original)
+++ portals/pluto/trunk/maven.xml Wed Mar 16 18:39:43 2005
@@ -146,7 +146,7 @@
   <goal name="distribute:binary" prereqs="distribute:init,multiproject:install,multiproject:site">
     <!-- Set Some Default Properties -->
     <j:set var="dist.tomcat"
-           value="http://www.apache.org/dist/jakarta/tomcat-5/v5.5.4/bin/jakarta-tomcat-5.5.4.tar.gz"/>
+           value="http://www.apache.org/dist/jakarta/tomcat-5/v5.5.7/bin/jakarta-tomcat-5.5.7.tar.gz"/>
     <j:set var="plutobin.dist.name" value="pluto-${pom.currentVersion}"/>
 
     <j:set var="plutobin.tomcatgz" value="${maven.dist.dir}/plutobin-tomcat.tar.gz"/>
@@ -166,7 +166,7 @@
 
     <!-- Rename the Distribution -->
     <move todir="${maven.dist.dir}/${plutobin.dist.name}">
-      <fileset dir="${maven.dist.dir}/jakarta-tomcat-5.5.4"/>
+      <fileset dir="${maven.dist.dir}/jakarta-tomcat-5.5.7"/>
     </move>
 
     <!-- Rename tomcat's license -->