Author: david.lloyd(a)jboss.com
Date: 2009-10-23 00:01:17 -0400 (Fri, 23 Oct 2009)
New Revision: 5565
Modified:
remoting3/trunk/jboss-remoting/pom.xml
remoting3/trunk/pom.xml
Log:
POM fixes, update to 2.0.0.CR3 release of XNIO
Modified: remoting3/trunk/jboss-remoting/pom.xml
===================================================================
--- remoting3/trunk/jboss-remoting/pom.xml 2009-10-22 22:15:13 UTC (rev 5564)
+++ remoting3/trunk/jboss-remoting/pom.xml 2009-10-23 04:01:17 UTC (rev 5565)
@@ -26,6 +26,9 @@
<modelVersion>4.0.0</modelVersion>
+ <name>JBoss Remoting</name>
+ <description>JBoss Remoting</description>
+
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<packaging>jar</packaging>
@@ -34,7 +37,7 @@
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
- <version>2.0.0.CR3-SNAPSHOT</version>
+ <version>2.0.0.CR3</version>
<scope>compile</scope>
</dependency>
<dependency>
Modified: remoting3/trunk/pom.xml
===================================================================
--- remoting3/trunk/pom.xml 2009-10-22 22:15:13 UTC (rev 5564)
+++ remoting3/trunk/pom.xml 2009-10-23 04:01:17 UTC (rev 5565)
@@ -26,6 +26,9 @@
<modelVersion>4.0.0</modelVersion>
+ <name>JBoss Remoting Parent</name>
+ <description>JBoss Remoting Parent POM</description>
+
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting-all</artifactId>
<packaging>pom</packaging>
Show replies by date