diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-01-27 00:59:52 +0100 |
---|---|---|
committer | Christian Halstrick <christian.halstrick@sap.com> | 2015-02-09 14:11:50 +0100 |
commit | c26bc63ef168e4da3886f376d1609b392b5651c3 (patch) | |
tree | d8b494a15f7cf463cd5a3007bb5100f7ae4c12eb /org.eclipse.jgit.http.apache/pom.xml | |
parent | 21f667edbaa1727e08ea9356fcbfbefdee481b2f (diff) | |
download | jgit-c26bc63ef168e4da3886f376d1609b392b5651c3.tar.gz jgit-c26bc63ef168e4da3886f376d1609b392b5651c3.zip |
Set minimum required Java version to Java 7
Bug: 458475
Change-Id: Iea8f2236d4e6a94a8d14bb8cc685006ea3fd1bb7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache/pom.xml')
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml index 02df914840..b2f200d8ba 100644 --- a/org.eclipse.jgit.http.apache/pom.xml +++ b/org.eclipse.jgit.http.apache/pom.xml @@ -97,15 +97,6 @@ </plugin> <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> </plugin> |