Author: tabish
Date: Mon Aug 27 12:56:44 2012
New Revision: 1377662
URL: http://svn.apache.org/viewvc?rev=1377662&view=rev
Log:
Bump to v1.5.4 SNAPSHOT
Modified:
activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build
activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1
Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build?rev=1377662&r1=1377661&r2=1377662&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build
(original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build Mon Aug
27 12:56:44 2012
@@ -22,7 +22,7 @@
<property name="basedir" value="${project::get-base-directory()}" />
<property name="project.name" value="Apache.NMS.Stomp" />
<property name="project.group" value="org.apache.activemq" />
- <property name="project.version" value="1.5.3"
unless="${property::exists('project.version')}" />
+ <property name="project.version" value="1.5.4"
unless="${property::exists('project.version')}" />
<property name="project.release.type" value="SNAPSHOT"
unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="Apache NMS for Stomp
Class Library" />
<property name="project.description" value="Apache NMS for Stomp Class
Library (.Net Messaging Library Implementation): An implementation of the NMS
API for Stomp" />
Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1?rev=1377662&r1=1377661&r2=1377662&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1
(original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1 Mon
Aug 27 12:56:44 2012
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.5.3-SNAPSHOT"
+$pkgver = "1.5.4-SNAPSHOT"
$configurations = "release", "debug"
$frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"