Push version to 1.5.3 SNAPSHOT

Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/commit/8e02b744
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/tree/8e02b744
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/diff/8e02b744

Branch: refs/heads/1.5.x
Commit: 8e02b7442591f62cbdd106bb3ff605b3ac310a3a
Parents: 23302e8
Author: Timothy A. Bish <[email protected]>
Authored: Mon Nov 14 15:54:34 2011 +0000
Committer: Timothy A. Bish <[email protected]>
Committed: Mon Nov 14 15:54:34 2011 +0000

----------------------------------------------------------------------
 README.txt  | 18 +++++++++---------
 nant.build  |  2 +-
 package.ps1 |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/8e02b744/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index abba406..8456037 100644
--- a/README.txt
+++ b/README.txt
@@ -6,10 +6,10 @@ Welcome to:
 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 @@ To generate the documentation, run:
 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.

http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/8e02b744/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index 087e10f..2806560 100644
--- a/nant.build
+++ b/nant.build
@@ -22,7 +22,7 @@
     <property name="basedir" value="${project::get-base-directory()}" />
     <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.version" value="1.5.3" 
unless="${property::exists('project.version')}" />
     <property name="project.release.type" value="SNAPSHOT" 
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" />

http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/8e02b744/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index bfa1448..a0a625b 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.3-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"
 

Reply via email to