Repository: karaf Updated Branches: refs/heads/master 1ed471c7a -> 5077a4834
[KARAF-3280] maven javadoc plugin update to source 1.7 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5077a483 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5077a483 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5077a483 Branch: refs/heads/master Commit: 5077a4834f9009209eca9e1ff06ec9be83afd79e Parents: 1ed471c Author: jgoodyear <[email protected]> Authored: Sat Oct 11 13:53:11 2014 -0230 Committer: jgoodyear <[email protected]> Committed: Sat Oct 11 13:53:11 2014 -0230 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/5077a483/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0af6c41..6f0011c 100644 --- a/pom.xml +++ b/pom.xml @@ -2370,7 +2370,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <source>1.5</source> + <source>1.7</source> </configuration> <executions> <execution>
