Prep for Nutch 1.12 release
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index 51b3fd9..50aed10 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -164,7 +164,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.12-SNAPSHOT</value>
+  <value>Nutch-1.12</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>
diff --git a/default.properties b/default.properties
index eb616c6..0fcce2b 100644
--- a/default.properties
+++ b/default.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.12-SNAPSHOT
+version=1.12
 final.name=${name}-${version}
 year=2015