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/nant.build b/nant.build
index 058fc50..cbf161f 100644
--- a/nant.build
+++ b/nant.build
@@ -23,7 +23,7 @@
 	<property name="project.name" value="Apache.NMS.EMS" />
 	<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="SNAPSHOT" unless="${property::exists('project.release.type')}" />
+	<property name="project.release.type" value="GA" unless="${property::exists('project.release.type')}" />
 	<property name="project.short_description" value="Apache NMS for EMS Class Library" />
 	<property name="project.description" value="Apache NMS for EMS Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for EMS" />
 
diff --git a/package.ps1 b/package.ps1
index ae25fcd..363d037 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.

 

 $pkgname = "Apache.NMS.EMS"

-$pkgver = "1.4-SNAPSHOT"

+$pkgver = "1.4.0"

 $configurations = "release", "debug"

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