aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e1cb17f..47befac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,4 +77,16 @@
<developerConnection>scm:git:ssh://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</developerConnection>
<url>http://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</url>
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>