You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/12/23 18:58:59 UTC

[03/15] jena git commit: Don't set JDK 1.6

Don't set JDK 1.6


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/6d0803de
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/6d0803de
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/6d0803de

Branch: refs/heads/master
Commit: 6d0803de48216cdb06fd99ff88e677ec724ca36b
Parents: fcb5139
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Dec 23 13:18:38 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Dec 23 13:18:38 2014 +0000

----------------------------------------------------------------------
 jena-spatial/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6d0803de/jena-spatial/pom.xml
----------------------------------------------------------------------
diff --git a/jena-spatial/pom.xml b/jena-spatial/pom.xml
index 8af6b2c..2050a6f 100644
--- a/jena-spatial/pom.xml
+++ b/jena-spatial/pom.xml
@@ -32,9 +32,6 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
-    <jdk.version>1.6</jdk.version>
-    <targetJdk>${jdk.version}</targetJdk> <!-- MPMD-86 workaround -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>