Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-09-20 12:06:58 +0000
committerMatthias Sohn2016-09-20 12:06:58 +0000
commit4a6a1e26fdd3cb43746ae32caf594db6232bd949 (patch)
tree6e246c32d72fe6383a08cda0633092b0d8df655f /org.eclipse.egit.github.core/pom-jar.xml
parent94a888236eaed41196ca16dc6512c127452895ea (diff)
downloadegit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.tar.gz
egit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.tar.xz
egit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.zip
Change minimum execution environment to JavaSE-1.8
Change-Id: Id9ae44ede66f21edbae4c2cc192c68c1968622ee Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core/pom-jar.xml')
-rw-r--r--org.eclipse.egit.github.core/pom-jar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml
index 1ca3c86c..0e63cb09 100644
--- a/org.eclipse.egit.github.core/pom-jar.xml
+++ b/org.eclipse.egit.github.core/pom-jar.xml
@@ -41,8 +41,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
<plugin>

Back to the top