Author: tabish
Date: Mon May 20 21:34:50 2013
New Revision: 1484608
URL: http://svn.apache.org/r1484608
Log:
Create tag for future 1.6.x releases
Added:
activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/ (props changed)
- copied from r1482936, activemq/activemq-dotnet/Apache.NMS/trunk/
Modified:
activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/nant.build
activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/package.ps1
Propchange: activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/
------------------------------------------------------------------------------
bugtraq:label = Issue#:
Propchange: activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/
------------------------------------------------------------------------------
--- bugtraq:message (added)
+++ bugtraq:message Mon May 20 21:34:50 2013
@@ -0,0 +1 @@
+Fixes [AMQNET-%BUGID%]. (See
https://issues.apache.org/jira/browse/AMQNET-%BUGID%)
Propchange: activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/
------------------------------------------------------------------------------
bugtraq:url = https://issues.apache.org/jira/browse/AMQNET-%BUGID%
Propchange: activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon May 20 21:34:50 2013
@@ -0,0 +1,10 @@
+build
+obj
+lib
+*.suo
+*.user
+package
+.project
+vs2008-nms-test.pidb
+vs2008-nms.pidb
+vs2008-nms.userprefs
Propchange: activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon May 20 21:34:50 2013
@@ -0,0 +1 @@
+/activemq/activemq-dotnet/Apache.NMS/branches/1.5.x:1143990,1185320
Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/nant.build?rev=1484608&r1=1482936&r2=1484608&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/nant.build Mon May 20
21:34:50 2013
@@ -24,7 +24,7 @@
<property name="project.name" value="Apache.NMS" />
<property name="project.group" value="org.apache.activemq" />
<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.release.type" value="GA"
unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="Apache NMS Class
Library" />
<property name="project.description" value="Apache NMS (.Net Messaging
Library): An abstract interface to Message Oriented Middleware (MOM) providers"
/>
<property name="project.cls.compliant" value="true" />
Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/package.ps1
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/package.ps1?rev=1484608&r1=1482936&r2=1484608&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.6.x/package.ps1 Mon May 20
21:34:50 2013
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS"
-$pkgver = "1.6-SNAPSHOT"
+$pkgver = "1.6.0"
$configurations = "release", "debug"
$frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0",
"netcf-3.5"