aboutsummaryrefslogtreecommitdiff
path: root/common.xml
diff options
context:
space:
mode:
authorlimpbizkit <limpbizkit@d779f126-a31b-0410-b53b-1d3aecad763e>2009-09-28 02:51:24 +0000
committerlimpbizkit <limpbizkit@d779f126-a31b-0410-b53b-1d3aecad763e>2009-09-28 02:51:24 +0000
commit2acabce7af3162919fd13a8bb46c067efc36ce0b (patch)
tree0beacf975d2c54a4d23a02a98b9853528ba733f5 /common.xml
parentb1eb06ab40b9474ec639a974ac69cec5f6ed8030 (diff)
downloadguice-2acabce7af3162919fd13a8bb46c067efc36ce0b.tar.gz
Update JSR 330 support.
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1091 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.xml b/common.xml
index e14901e6..8440a591 100644
--- a/common.xml
+++ b/common.xml
@@ -6,8 +6,8 @@
<!-- can be overridden at the command line with -Dversion=
or in IDEA, in the ant properties dialog -->
- <property name="version" value="2.0"/>
- <property name="api.version" value="1.2"/>
+ <property name="version" value="snapshot"/>
+ <property name="api.version" value="1.3"/>
<target name="compile" description="Compile Java source.">
<mkdir dir="${build.dir}/classes"/>