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.
diff --git a/package.ps1 b/package.ps1
index 9232eec..1437f7a 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.

 

 $pkgname = "Apache.NMS.Stomp"

-$pkgver = "1.5.0-SNAPSHOT"

+$pkgver = "1.5-SNAPSHOT"

 $configurations = "release", "debug"

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