Repository: cxf Updated Branches: refs/heads/2.6.x-fixes f25f4a51b -> 5e3d67fab
Adding back in the Java 1.5 flags Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5e3d67fa Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5e3d67fa Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5e3d67fa Branch: refs/heads/2.6.x-fixes Commit: 5e3d67fab74b8abd33ed9cc1d3b828a85c9bcd9f Parents: f25f4a5 Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Jul 28 17:20:36 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Jul 28 17:20:36 2017 +0100 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/5e3d67fa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3c987d6..e6505b8 100644 --- a/pom.xml +++ b/pom.xml @@ -231,6 +231,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> + <source>${cxf.jdk.version}</source> + <target>${cxf.jdk.version}</target> <maxmem>256M</maxmem> <fork>${cxf.compiler.fork}</fork> </configuration> @@ -528,6 +530,7 @@ <version>2.9.1</version> <configuration> <attach>true</attach> + <source>1.5</source> <quiet>true</quiet> <bottom>Apache CXF</bottom> <javadocVersion>1.5</javadocVersion> @@ -552,6 +555,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> + <source>1.5</source> + <target>1.5</target> <maxmem>256M</maxmem> <fork>${cxf.compiler.fork}</fork> <encoding>UTF-8</encoding>
