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:30:14 UTC

[50/50] [abbrv] activemq-nms-stomp git commit: Update to package script to 1.8-SNAPSHOT.

Update to package script to 1.8-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/4ba60e96
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/tree/4ba60e96
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/diff/4ba60e96

Branch: refs/heads/master
Commit: 4ba60e96c8282ef6779b559d2f720d2f8ba79f73
Parents: 7c891b7
Author: Jim Gomes <jg...@apache.org>
Authored: Fri Dec 11 19:49:19 2015 +0000
Committer: Jim Gomes <jg...@apache.org>
Committed: Fri Dec 11 19:49:19 2015 +0000

----------------------------------------------------------------------
 package.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/4ba60e96/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index dec6a78..b7ba7f2 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.6-SNAPSHOT"
+$pkgver = "1.8-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"