Repository: activemq Updated Branches: refs/heads/trunk 644b96a68 -> 1abc95b6a
Use the defined sources version otherwise we get an error when generating sources now that we've started using 1.7 code features. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/1abc95b6 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/1abc95b6 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/1abc95b6 Branch: refs/heads/trunk Commit: 1abc95b6a443c8c923e515dd552f6f525cf689d3 Parents: 644b96a Author: Timothy Bish <[email protected]> Authored: Mon Sep 8 16:41:38 2014 -0400 Committer: Timothy Bish <[email protected]> Committed: Mon Sep 8 16:41:38 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/1abc95b6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 203d568..31a4197 100755 --- a/pom.xml +++ b/pom.xml @@ -1441,7 +1441,7 @@ <stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile> <linksource>true</linksource> <maxmemory>2048m</maxmemory> - <source>1.6</source> + <source>${source-version}</source> <additionalJOption>-J-Xmx2048m</additionalJOption> </configuration> <executions>
