Author: tabish
Date: Mon Aug 27 12:55:35 2012
New Revision: 1377660
URL: http://svn.apache.org/viewvc?rev=1377660&view=rev
Log:
Tag v1.5.3 release codebase
Added:
activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/ (props changed)
- copied from r1377657,
activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/
Modified:
activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/nant.build
activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/package.ps1
Propchange: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Aug 27 12:55:35 2012
@@ -0,0 +1,11 @@
+*.suo
+.project
+.settings
+build
+lib
+obj
+package
+vs2008-stomp-test.pidb
+vs2008-stomp.pidb
+vs2008-stomp.userprefs
+TestResult.xml
Propchange: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Aug 27 12:55:35 2012
@@ -0,0 +1 @@
+/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk:1062960,1063057-1063852,1195539
Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/nant.build?rev=1377660&r1=1377657&r2=1377660&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/nant.build Mon Aug 27
12:55:35 2012
@@ -23,7 +23,7 @@
<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.release.type" value="SNAPSHOT"
unless="${property::exists('project.release.type')}" />
+ <property name="project.release.type" value="GA"
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/tags/1.5.3/package.ps1
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/package.ps1?rev=1377660&r1=1377657&r2=1377660&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.3/package.ps1 Mon Aug 27
12:55:35 2012
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.5.3-SNAPSHOT"
+$pkgver = "1.5.3"
$configurations = "release", "debug"
$frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"