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 2017/03/06 23:29:34 UTC

[10/50] [abbrv] activemq-nms-stomp git commit: Create EMS 1.4.x branch. Create EMS 1.4.0 tag. Create MSMQ 1.4.x branch. Create MSMQ 1.4.0 tag. Create WCF 1.4.x branch. Create WCF 1.4.0 tag. Standardize all trunk, branch, and tag build file version names

Create EMS 1.4.x branch.
Create EMS 1.4.0 tag.
Create MSMQ 1.4.x branch.
Create MSMQ 1.4.0 tag.
Create WCF 1.4.x branch.
Create WCF 1.4.0 tag.
Standardize all trunk, branch, and tag build file version names for the 1.4 series and 1.5 trunk series.


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/e7bba280
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/tree/e7bba280
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/diff/e7bba280

Branch: refs/heads/1.4.x
Commit: e7bba2807c4c2e5ac248761be431242ee4fdacb7
Parents: 434a588
Author: Jim Gomes <jg...@apache.org>
Authored: Tue Sep 21 21:02:11 2010 +0000
Committer: Jim Gomes <jg...@apache.org>
Committed: Tue Sep 21 21:02:11 2010 +0000

----------------------------------------------------------------------
 nant.build  | 4 ++--
 package.ps1 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/e7bba280/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index 5a731ad..68e9038 100644
--- a/nant.build
+++ b/nant.build
@@ -22,8 +22,8 @@
     <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.4.0" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="GA" unless="${property::exists('project.release.type')}" />
+    <property name="project.version" value="1.4.1" 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/e7bba280/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index b0d38d6..4c2209c 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.4.0"
+$pkgver = "1.4-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"