You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/11/02 22:49:09 UTC

svn commit: r1030247 - /activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build

Author: tabish
Date: Tue Nov  2 21:49:09 2010
New Revision: 1030247

URL: http://svn.apache.org/viewvc?rev=1030247&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQNET-291

Update to reference v2.5.8 of NUnit

Modified:
    activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build?rev=1030247&r1=1030246&r2=1030247&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/nant.build Tue Nov  2 21:49:09 2010
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -61,7 +61,7 @@
 		<!-- Property grouping for 'vendor.nunit.org' -->
 		<property name="vendor.nunit.org.name" value="NUnit" />
 		<property name="vendor.nunit.org.group" value="org.nunit" />
-		<property name="vendor.nunit.org.version" value="2.5.5" />
+		<property name="vendor.nunit.org.version" value="2.5.8" />
 		<property name="vendor.nunit.org.filenames" value="nunit.framework.dll" />
 
 		<!-- Property grouping for 'vendor.tibco.org' -->