Repository: cxf Updated Branches: refs/heads/master ecbf4e785 -> 5fbd407ba
Master is now Java7 only :-) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5fbd407b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5fbd407b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5fbd407b Branch: refs/heads/master Commit: 5fbd407bac5af5e55bb280125405d75b7add872b Parents: ecbf4e7 Author: Daniel Kulp <[email protected]> Authored: Wed Jul 23 16:26:10 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jul 23 16:26:10 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/5fbd407b/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2d79c27..cf27f83 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -355,7 +355,7 @@ <ruleset>${cxf.resources.base.path}cxf-pmd-ruleset.xml</ruleset> </rulesets> <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.6</targetJdk> + <targetJdk>1.7</targetJdk> <linkXRef>false</linkXRef> <includeTests>true</includeTests> <verbose>true</verbose> http://git-wip-us.apache.org/repos/asf/cxf/blob/5fbd407b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4100ca6..212e716 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ <cxf.compiler.fork>false</cxf.compiler.fork> <cxf.build-utils.version>3.0.0</cxf.build-utils.version> <cxf.xjc-utils.version>3.0.1</cxf.xjc-utils.version> - <cxf.jdk.version>1.6</cxf.jdk.version> + <cxf.jdk.version>1.7</cxf.jdk.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url> </properties> @@ -484,10 +484,10 @@ <version>2.9.1</version> <configuration> <attach>true</attach> - <source>1.6</source> + <source>1.7</source> <quiet>true</quiet> <bottom>Apache CXF</bottom> - <javadocVersion>1.6</javadocVersion> + <javadocVersion>1.7</javadocVersion> <encoding>UTF-8</encoding> <detectOfflineLinks>false</detectOfflineLinks> <notimestamp>true</notimestamp> @@ -509,8 +509,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <maxmem>256M</maxmem> <fork>${cxf.compiler.fork}</fork> <encoding>UTF-8</encoding>
