summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f23dfaf..4c05048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,5 +7,19 @@
<groupId>nl.sogyo.java-opdrachten</groupId>
<artifactId>java-opdrachten</artifactId>
<version>1.0-SNAPSHOT</version>
-
+
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.3</version>
+ <configuration>
+ <target>1.8</target>
+ <source>1.8</source>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file