Author: chirino
Date: Thu Apr 10 08:20:46 2008
New Revision: 646841
URL: http://svn.apache.org/viewvc?rev=646841&view=rev
Log:
Use the release version of activeio
Modified:
activemq/trunk/pom.xml
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=646841&r1=646840&r2=646841&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Apr 10 08:20:46 2008
@@ -266,12 +266,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activeio-core</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activeio-core</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>3.1.0</version>
<type>test-jar</type>
</dependency>
<dependency>