aboutsummaryrefslogtreecommitdiff
path: root/common.xml
diff options
context:
space:
mode:
authorSam Berlin <sameb@google.com>2013-12-06 17:07:07 -0500
committerSam Berlin <sameb@google.com>2013-12-06 17:34:24 -0500
commit32a8f2490a92a12dca4f4c6c51ceccec1f7135bb (patch)
treedf51ab18ca206af15cdfdd996b213fba84fb9e1b /common.xml
parenta4c16e8b45261e23e1c35d5fdce9b57357b16d1f (diff)
downloadguice-32a8f2490a92a12dca4f4c6c51ceccec1f7135bb.tar.gz
Fix issue 720 -- minor build fixes, from the issue:
* Add macros to append no_aop to the Bundle-(Symbolic)Name to help disambiguate these bundles in OSGi * Fix some broken links in the Maven POM (The API version was already incremented.) Patch from Stuart McCulloch, thanks Stuart! ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=57798649
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.xml b/common.xml
index 11024812..eab449ff 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="1.4"/>
<target name="compile" description="Compile Java source.">
<mkdir dir="${build.dir}/classes"/>