You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2008/02/28 07:45:53 UTC

svn commit: r631871 - /activemq/trunk/activemq-core/pom.xml

Author: aco
Date: Wed Feb 27 22:45:52 2008
New Revision: 631871

URL: http://svn.apache.org/viewvc?rev=631871&view=rev
Log:
Upgraded jettison to 1.0
https://issues.apache.org/activemq/browse/AMQ-1597

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=631871&r1=631870&r2=631871&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Wed Feb 27 22:45:52 2008
@@ -178,7 +178,7 @@
 	<dependency>
 		<groupId>org.codehaus.jettison</groupId>
 		<artifactId>jettison</artifactId>
-		<version>1.0-RC1</version>
+		<version>1.0</version>
 		<scope>test</scope>
 	</dependency>	
 	<dependency>