Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2012-09-22 16:38:52 +0000
committerKevin Sawicki2012-09-22 16:38:52 +0000
commitfe350995bfaf999334789c34baf91241bd88b478 (patch)
tree9d0ad6b47aad5ca8dae57b0266089f190d460b21 /org.eclipse.egit.github.core/pom-jar.xml
parentab3a1ac5be4860f6dcb1e79b7d938d7e056a4e2c (diff)
downloadegit-github-fe350995bfaf999334789c34baf91241bd88b478.tar.gz
egit-github-fe350995bfaf999334789c34baf91241bd88b478.tar.xz
egit-github-fe350995bfaf999334789c34baf91241bd88b478.zip
Configure compiler plugin to use 1.5 source and target
Diffstat (limited to 'org.eclipse.egit.github.core/pom-jar.xml')
-rw-r--r--org.eclipse.egit.github.core/pom-jar.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.egit.github.core/pom-jar.xml b/org.eclipse.egit.github.core/pom-jar.xml
index 94491332..9ef2b0f1 100644
--- a/org.eclipse.egit.github.core/pom-jar.xml
+++ b/org.eclipse.egit.github.core/pom-jar.xml
@@ -38,6 +38,15 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.5.1</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>

Back to the top