summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-08-26 01:36:28 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-09-20 11:32:36 +0200
commitab79ce91c10830f9906a1311ec857ccf553f51fe (patch)
treef0e20e5e3b4ea9fa774d32b7d7b453d7aa919d7d /org.eclipse.jgit.packaging/pom.xml
parente4e39a6d05b846b0b1f4cd42894bbdf950b37554 (diff)
downloadjgit-ab79ce91c10830f9906a1311ec857ccf553f51fe.tar.gz
jgit-ab79ce91c10830f9906a1311ec857ccf553f51fe.zip
Change JGit minimum execution environment to JavaSE-1.8
Bug: 500059 Change-Id: I47f3f6749a67da52029f84e002d9b155ed56d2b7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index ea458fed47..cf4d7405fe 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -142,8 +142,8 @@
<version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
<plugin>