You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/01/15 17:46:58 UTC

svn commit: r899699 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1

Author: tabish
Date: Fri Jan 15 16:46:57 2010
New Revision: 899699

URL: http://svn.apache.org/viewvc?rev=899699&view=rev
Log:
Update the package script with correct version naming.

Modified:
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1?rev=899699&r1=899698&r2=899699&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1 Fri Jan 15 16:46:57 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.3-SNAPSHOT"
+$pkgver = "1.2.0"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"