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 at...@apache.org on 2010/04/08 00:49:37 UTC

svn commit: r931715 - /portals/pluto/trunk/dist-build.xml

Author: ate
Date: Wed Apr  7 22:49:37 2010
New Revision: 931715

URL: http://svn.apache.org/viewvc?rev=931715&view=rev
Log:
Upgrade Tomcat version for the distribution bundle to latest 6.0.26 

Modified:
    portals/pluto/trunk/dist-build.xml

Modified: portals/pluto/trunk/dist-build.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/dist-build.xml?rev=931715&r1=931714&r2=931715&view=diff
==============================================================================
--- portals/pluto/trunk/dist-build.xml (original)
+++ portals/pluto/trunk/dist-build.xml Wed Apr  7 22:49:37 2010
@@ -45,7 +45,7 @@
 <project name="PlutoDistributions" default="bundle-dist">
 
     <property name="tomcat.major.version" value="6" description="Major version of Tomcat to deploy Pluto war files."/>
-    <property name="tomcat.full.version" value="6.0.18" description="Full version of Tomcat to deploy Pluto war files."/>
+    <property name="tomcat.full.version" value="6.0.26" description="Full version of Tomcat to deploy Pluto war files."/>
 
     <xmlproperty file="pom.xml"/> <!-- picks up pluto build version from pom file -->
     <property name="pluto.version" value="${project.version}" description="Version of Pluto to build"/>