Updated package scripts.
Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/commit/09dc9c76 Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/tree/09dc9c76 Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/diff/09dc9c76 Branch: refs/heads/1.2.x Commit: 09dc9c760b5e7548076fe4541ccc8009241f4752 Parents: eef02d4 Author: Jim Gomes <[email protected]> Authored: Sat Jan 16 00:32:33 2010 +0000 Committer: Jim Gomes <[email protected]> Committed: Sat Jan 16 00:32:33 2010 +0000 ---------------------------------------------------------------------- package.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-nms-ems/blob/09dc9c76/package.ps1 ---------------------------------------------------------------------- diff --git a/package.ps1 b/package.ps1 index 2f01ce5..629f7fd 100644 --- a/package.ps1 +++ b/package.ps1 @@ -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"
