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/16 01:32:33 UTC

svn commit: r899852 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/branches/1.2.x/ Apache.NMS.EMS/branches/1.2.x/ Apache.NMS.MSMQ/branches/1.2.x/ Apache.NMS.Stomp/branches/1.2.x/ Apache.NMS.Stomp/tags/1.2.0-RC1/ Apache.NMS.WCF/branches/1.2.x/ Apac...

Author: jgomes
Date: Sat Jan 16 00:32:33 2010
New Revision: 899852

URL: http://svn.apache.org/viewvc?rev=899852&view=rev
Log:
Updated package scripts.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.2.x/package.ps1
    activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.2.x/package.ps1
    activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.2.x/package.ps1
    activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.2.x/package.ps1
    activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.2.0-RC1/package.ps1
    activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.2.x/package.ps1
    activemq/activemq-dotnet/Apache.NMS/branches/1.2.x/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.2.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.2.x/package.ps1?rev=899852&r1=899851&r2=899852&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.2.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.2.x/package.ps1 Sat Jan 16 00:32:33 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.2.0"
+$pkgver = "1.2.x"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5"
 

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.2.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.2.x/package.ps1?rev=899852&r1=899851&r2=899852&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.2.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.2.x/package.ps1 Sat Jan 16 00:32:33 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.EMS"
-$pkgver = "1.2.0"
+$pkgver = "1.2.x"
 $configurations = "release", "debug"
 $frameworks = "net-2.0", "net-3.5"
 

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.2.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.2.x/package.ps1?rev=899852&r1=899851&r2=899852&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.2.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.2.x/package.ps1 Sat Jan 16 00:32:33 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.MSMQ"
-$pkgver = "1.2.0"
+$pkgver = "1.2.x"
 $configurations = "release", "debug"
 $frameworks = "net-2.0", "net-3.5"
 

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.2.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.2.x/package.ps1?rev=899852&r1=899851&r2=899852&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.2.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.2.x/package.ps1 Sat Jan 16 00:32:33 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.3-SNAPSHOT"
+$pkgver = "1.2.x"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"
 

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.2.0-RC1/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.2.0-RC1/package.ps1?rev=899852&r1=899851&r2=899852&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.2.0-RC1/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.2.0-RC1/package.ps1 Sat Jan 16 00:32:33 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.3-SNAPSHOT"
+$pkgver = "1.2-RC1"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"
 

Modified: activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.2.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.2.x/package.ps1?rev=899852&r1=899851&r2=899852&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.2.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/branches/1.2.x/package.ps1 Sat Jan 16 00:32:33 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.WCF"
-$pkgver = "1.2.0"
+$pkgver = "1.2.x"
 $configurations = "release", "debug"
 $frameworks = "net-3.5"
 

Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.2.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.2.x/package.ps1?rev=899852&r1=899851&r2=899852&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.2.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.2.x/package.ps1 Sat Jan 16 00:32:33 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.2.0"
+$pkgver = "1.2.x"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"