You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2014/06/03 13:55:01 UTC

svn commit: r1599491 - /syncope/trunk/pom.xml

Author: coheigea
Date: Tue Jun  3 11:55:00 2014
New Revision: 1599491

URL: http://svn.apache.org/r1599491
Log:
Reverting servlet version

Modified:
    syncope/trunk/pom.xml

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1599491&r1=1599490&r2=1599491&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Tue Jun  3 11:55:00 2014
@@ -302,7 +302,7 @@ under the License.
   <properties>         
     <targetJdk>1.6</targetJdk>
         
-    <servlet-api.version>3.1.0</servlet-api.version>
+    <servlet-api.version>3.0.1</servlet-api.version>
     <jsp-api.version>2.2</jsp-api.version>
     <jstl.version>1.2</jstl.version>
     <jax-rs.version>2.0</jax-rs.version>