Author: jgomes
Date: Fri Dec 11 19:47:27 2015
New Revision: 1719508
URL: http://svn.apache.org/viewvc?rev=1719508&view=rev
Log:
Remove SNAPSHOT tags.
Modified:
activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/nant.build
activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/package.ps1
Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/nant.build?rev=1719508&r1=1719507&r2=1719508&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/nant.build Fri Dec 11
19:47:27 2015
@@ -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.7.1"
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.7.1/package.ps1
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/package.ps1?rev=1719508&r1=1719507&r2=1719508&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.7.1/package.ps1 Fri Dec 11
19:47:27 2015
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.6-SNAPSHOT"
+$pkgver = "1.7.1"
$configurations = "release", "debug"
$frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"