You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2011/02/10 21:23:53 UTC

svn commit: r1069556 - in /activemq/activemq-dotnet/Apache.NMS.WCF: branches/1.5.x/ trunk/nant.build trunk/package.ps1

Author: jgomes
Date: Thu Feb 10 20:23:52 2011
New Revision: 1069556

URL: http://svn.apache.org/viewvc?rev=1069556&view=rev
Log:
Branch trunk to 1.5.x.

Added:
    activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.5.x/
      - copied from r1069495, activemq/activemq-dotnet/Apache.NMS.WCF/trunk/
Modified:
    activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build
    activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build?rev=1069556&r1=1069555&r2=1069556&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/nant.build Thu Feb 10 20:23:52 2011
@@ -23,7 +23,7 @@
     <property name="basedir" value="${project::get-base-directory()}"/>
     <property name="project.name" value="Apache.NMS.WCF"/>
     <property name="project.group" value="org.apache.activemq"/>
-    <property name="project.version"  value="1.5.0" unless="${property::exists('project.version')}"/>
+    <property name="project.version"  value="1.6.0" unless="${property::exists('project.version')}"/>
     <property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
     <property name="project.short_description" value="WCF Provider for ActiveMQ Class Library"/>
     <property name="project.description" value="WCF Provider for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of Windows Communications Framework API for ActiveMQ"/>
@@ -50,7 +50,7 @@
         <!-- Property grouping for 'vendor.apache.org' -->
         <property name="vendor.apache.org.name" value="Apache.NMS"/>
         <property name="vendor.apache.org.group" value="org.apache.activemq"/>
-        <property name="vendor.apache.org.version" value="1.5.0"/>
+        <property name="vendor.apache.org.version" value="1.6.0"/>
         <property name="vendor.apache.org.filenames" value="Apache.NMS.dll,Apache.NMS.pdb,Apache.NMS.Test.dll,Apache.NMS.Test.pdb" />
 
         <!-- Property grouping for 'vendor.nunit.org' -->

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1?rev=1069556&r1=1069555&r2=1069556&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/package.ps1 Thu Feb 10 20:23:52 2011
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.WCF"
-$pkgver = "1.5-SNAPSHOT"
+$pkgver = "1.6-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "net-3.5", "net-4.0"