Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-27 08:39:15 +0000
committerMatthias Sohn2015-02-10 15:31:55 +0000
commit7d3493e7c34575910021fcd803fad85925ba9598 (patch)
treeb308be1ed64883fe369a0a9d938c2951d1b4157a /org.eclipse.egit.github.core/pom-jar.xml
parent6eb01317c0092c53b988d39763434377f5a1795b (diff)
downloadegit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.gz
egit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.xz
egit-github-7d3493e7c34575910021fcd803fad85925ba9598.zip
Set minimum required Java version to Java 7
Bug: 458476 Change-Id: I94fd45421295f0c72f8de541c18f0c8a49d2762c 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 740afb55..0e76cbb1 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.5</source>
- <target>1.5</target>
+ <source>1.7</source>
+ <target>1.7</target>
</configuration>
</plugin>
<plugin>

Back to the top