Updated common api version to 2.1. Next snapshots will have this, more correct, version.


git-svn-id: https://google-guice.googlecode.com/svn/trunk@1156 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/common.xml b/common.xml
index 7fc8ba2..da6269c 100644
--- a/common.xml
+++ b/common.xml
@@ -7,7 +7,7 @@
   <!-- can be overridden at the command line with -Dversion=
        or in IDEA, in the ant properties dialog -->
   <property name="version" value="snapshot"/>
-  <property name="api.version" value="1.3"/>
+  <property name="api.version" value="2.1"/>
 
   <target name="compile" description="Compile Java source.">
     <mkdir dir="${build.dir}/classes"/>