[jboss-cvs] JBoss Messaging SVN: r7532 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 7 08:33:59 EDT 2009


Author: jmesnil
Date: 2009-07-07 08:33:59 -0400 (Tue, 07 Jul 2009)
New Revision: 7532

Modified:
   trunk/pom.xml
Log:
temporarily updated netty to a SNAPHSOT of 3.1.0.CR2

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-07-07 10:42:54 UTC (rev 7531)
+++ trunk/pom.xml	2009-07-07 12:33:59 UTC (rev 7532)
@@ -144,7 +144,7 @@
       <dependency>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
-         <version>3.1.0.CR1</version>
+         <version>3.1.0.CR2-SNAPSHOT</version>
       </dependency>
       <!--needed to compile the logging jar-->
       <dependency>
@@ -203,6 +203,19 @@
          <name>JBoss releases</name>
          <url>http://repository.jboss.org/maven2</url>
       </repository>
+      <repository>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+         <releases>
+            <enabled>false</enabled>
+            <updatePolicy>interval:10080</updatePolicy>
+         </releases>
+         <id>netty.snapshots</id>
+         <name>Netty releases</name>
+         <url>http://gleamynode.net/repo/mvn/</url>
+      </repository>
    </repositories>
 
    <pluginRepositories>




More information about the jboss-cvs-commits mailing list