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 2011/09/15 04:11:37 UTC

svn commit: r1170927 - /portals/pluto/branches/pluto-2.0.x/dist-build.xml

Author: ate
Date: Thu Sep 15 02:11:37 2011
New Revision: 1170927

URL: http://svn.apache.org/viewvc?rev=1170927&view=rev
Log:
PLUTO-611: Upgrade binary distribution to use latest Tomcat 7.0.21
See: http://issues.apache.org/jira/browse/PLUTO-611
Oops: should have *really* bumped to Tomcat 7.0.21, fixed now

Modified:
    portals/pluto/branches/pluto-2.0.x/dist-build.xml

Modified: portals/pluto/branches/pluto-2.0.x/dist-build.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-2.0.x/dist-build.xml?rev=1170927&r1=1170926&r2=1170927&view=diff
==============================================================================
--- portals/pluto/branches/pluto-2.0.x/dist-build.xml (original)
+++ portals/pluto/branches/pluto-2.0.x/dist-build.xml Thu Sep 15 02:11:37 2011
@@ -44,8 +44,8 @@
 -->
 <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.33" description="Full version of Tomcat to deploy Pluto war files."/>
+    <property name="tomcat.major.version" value="7" description="Major version of Tomcat to deploy Pluto war files."/>
+    <property name="tomcat.full.version" value="7.0.21" 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"/>