You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/02/27 05:08:28 UTC

svn commit: r1572429 - /incubator/sirona/trunk/pom.xml

Author: olamy
Date: Thu Feb 27 04:08:28 2014
New Revision: 1572429

URL: http://svn.apache.org/r1572429
Log:
downgrade tomcat version not my goal currently to search what has changed in 7.0.52 :-)

Modified:
    incubator/sirona/trunk/pom.xml

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1572429&r1=1572428&r2=1572429&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Thu Feb 27 04:08:28 2014
@@ -49,7 +49,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
 
-    <tomcat.version>7.0.52</tomcat.version>
+    <tomcat.version>7.0.50</tomcat.version>
     <arquillian.version>1.1.3.Final</arquillian.version> <!-- for tomcat adapter -->
     <openejb.version>4.5.2</openejb.version>
     <slf4j.version>1.7.5</slf4j.version>