update ant build: when we build, we're gonna build 1.0 final.  w0o0t

git-svn-id: https://google-guice.googlecode.com/svn/trunk@271 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/common.xml b/common.xml
index 68ed220..6315083 100644
--- a/common.xml
+++ b/common.xml
@@ -3,7 +3,7 @@
 <project name="common">
 
   <property file="build.properties"/>
-  <property name="version" value="1.0rc3"/>
+  <property name="version" value="1.0"/>
   
   <target name="compile" description="Compile Java source.">
     <mkdir dir="${build.dir}/classes"/>