JENA-836 : remove forced JDK setting of 1.6
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/ab563f8c Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/ab563f8c Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/ab563f8c Branch: refs/heads/master Commit: ab563f8c2854dc266ba02556d0bb09506c481e4f Parents: 9fc0e4f Author: Andy Seaborne <[email protected]> Authored: Fri Jan 2 18:40:34 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Fri Jan 2 18:40:34 2015 +0000 ---------------------------------------------------------------------- jena-jdbc/pom.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/ab563f8c/jena-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jena-jdbc/pom.xml b/jena-jdbc/pom.xml index 967838f..cb48eb1 100644 --- a/jena-jdbc/pom.xml +++ b/jena-jdbc/pom.xml @@ -70,14 +70,8 @@ <plugins> <!-- Compiler Plugin --> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - <encoding>UTF-8</encoding> - </configuration> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> </plugin> <!-- License Plugin --> <plugin> @@ -130,7 +124,7 @@ <artifactId>aspectj-maven-plugin</artifactId> <version>1.4</version> <configuration> - <source>1.6</source> + <source>1.7</source> </configuration> <executions> <execution>
