You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/12/13 12:41:46 UTC

svn commit: r1045075 - /synapse/branches/2.0/modules/transports/core/nhttp/pom.xml

Author: ruwan
Date: Mon Dec 13 11:41:46 2010
New Revision: 1045075

URL: http://svn.apache.org/viewvc?rev=1045075&view=rev
Log:
fixing the httpcore version

Modified:
    synapse/branches/2.0/modules/transports/core/nhttp/pom.xml

Modified: synapse/branches/2.0/modules/transports/core/nhttp/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/modules/transports/core/nhttp/pom.xml?rev=1045075&r1=1045074&r2=1045075&view=diff
==============================================================================
--- synapse/branches/2.0/modules/transports/core/nhttp/pom.xml (original)
+++ synapse/branches/2.0/modules/transports/core/nhttp/pom.xml Mon Dec 13 11:41:46 2010
@@ -150,7 +150,7 @@
     </dependencies>
 
     <properties>
-        <httpcore.nio.version>4.1-alpha1</httpcore.nio.version>
+        <httpcore.nio.version>4.1</httpcore.nio.version>
     </properties>
 
 </project>