Tag Apache.NMS.EMS 1.7.x to as 1.7.0. Update the 1.7.x branch to use Apache.NMS 1.7.1.
diff --git a/nant.build b/nant.build
index fe91791..6d49ddb 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.7.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" />