You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/08/20 21:40:47 UTC

svn commit: r1375183 - /hbase/trunk/pom.xml

Author: stack
Date: Mon Aug 20 19:40:47 2012
New Revision: 1375183

URL: http://svn.apache.org/viewvc?rev=1375183&view=rev
Log:
HBASE-6436 Netty should be moved off of snapshots

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1375183&r1=1375182&r2=1375183&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Mon Aug 20 19:40:47 2012
@@ -822,7 +822,7 @@
     <clover.version>2.6.3</clover.version>
     <jamon-runtime.version>2.3.1</jamon-runtime.version>
     <jettison.version>1.3.1</jettison.version>
-    <netty.version>3.5.0.Final-SNAPSHOT</netty.version>
+    <netty.version>3.5.0.Final</netty.version>
     <!-- Plugin Dependencies -->
     <maven.assembly.version>2.3</maven.assembly.version>
     <maven.antrun.version>1.6</maven.antrun.version>