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

svn commit: r895779 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 Apache.NMS/tags/1.2.0-RC2/package.ps1

Author: jgomes
Date: Mon Jan  4 21:00:16 2010
New Revision: 895779

URL: http://svn.apache.org/viewvc?rev=895779&view=rev
Log:
Set RC2 on package.ps1.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1
    activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1?rev=895779&r1=895778&r2=895779&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 Mon Jan  4 21:00:16 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.2.0"
+$pkgver = "1.2.0-RC2"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5"
 

Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1?rev=895779&r1=895778&r2=895779&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1 Mon Jan  4 21:00:16 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.2.0"
+$pkgver = "1.2.0-RC2"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"