Tag source for a 1.5.2 release push
diff --git a/README.txt b/README.txt
index abba406..8456037 100644
--- a/README.txt
+++ b/README.txt
@@ -6,10 +6,10 @@
 For more information see http://activemq.apache.org/nms
 
 =======================================================================
-Building With NAnt 0.86 see http://nant.sourceforge.net/
+Building With NAnt 0.90 see http://nant.sourceforge.net/
 =======================================================================
 
-NAnt version 0.86 or newer is required to build Apache.NMS.Stomp.  Version 0.90
+NAnt version 0.90 or newer is required to build Apache.NMS.Stomp.  Version 0.91
 or newer is highly recommended.
 To build the code using NAnt, run:
 
@@ -39,19 +39,19 @@
 Building With Visual Studio 2008
 =======================================================================
 
-First build the project with nant, this will download and install 
+First build the project with nant, this will download and install
 all the 3rd party dependencies for you.
 
-Open the solution File.  Build using "Build"->"Build Solution" 
+Open the solution File.  Build using "Build"->"Build Solution"
 menu option.
 
-The resulting DLLs will be in build\${framework}\debug or the 
-build\${framework}\release directories depending on your settings 
+The resulting DLLs will be in build\${framework}\debug or the
+build\${framework}\release directories depending on your settings
 under "Build"->"Configuration Manager"
 
-If you have the Resharper plugin installed in Visual Studio, you can run 
-all the Unit Tests by using the "ReSharper"->"Unit Testing"->"Run All 
-Tests from Solution" menu option.  Please note that you must run an 
+If you have the Resharper plugin installed in Visual Studio, you can run
+all the Unit Tests by using the "ReSharper"->"Unit Testing"->"Run All
+Tests from Solution" menu option.  Please note that you must run an
 Apache ActiveMQ Broker before kicking off the unit tests.  Otherwise,
 the standalone NUnit test runner can be used.  NUnit version 2.5.8
 is required to build and run the unit tests.
diff --git a/nant.build b/nant.build
index 087e10f..ce2275b 100644
--- a/nant.build
+++ b/nant.build
@@ -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.5.2" 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" />
 
diff --git a/package.ps1 b/package.ps1
index bfa1448..6fb7b17 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.

 

 $pkgname = "Apache.NMS.Stomp"

-$pkgver = "1.5.2-SNAPSHOT"

+$pkgver = "1.5.2"

 $configurations = "release", "debug"

 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"