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/01/08 23:25:58 UTC

svn commit: r1556662 - in /incubator/sirona/trunk: .gitignore pom.xml

Author: olamy
Date: Wed Jan  8 22:25:57 2014
New Revision: 1556662

URL: http://svn.apache.org/r1556662
Log:
tomcat 7.0.50 test run faster

Modified:
    incubator/sirona/trunk/.gitignore
    incubator/sirona/trunk/pom.xml

Modified: incubator/sirona/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/.gitignore?rev=1556662&r1=1556661&r2=1556662&view=diff
==============================================================================
--- incubator/sirona/trunk/.gitignore (original)
+++ incubator/sirona/trunk/.gitignore Wed Jan  8 22:25:57 2014
@@ -3,3 +3,4 @@ target
 *.iml
 .site-content/
 out/
+agent/javaagent/dependency-reduced-pom.xml

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1556662&r1=1556661&r2=1556662&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Wed Jan  8 22:25:57 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.47</tomcat.version>
+    <tomcat.version>7.0.50</tomcat.version>
     <arquillian.version>1.0.3.Final</arquillian.version> <!-- for tomcat adapter -->
     <openejb.version>4.5.2</openejb.version>
     <slf4j.version>1.7.5</slf4j.version>