summarylogtreecommitdiffstats
path: root/pomxml.patch
blob: 4f71f08b93addb98ce94dcfc013876bddd5f3f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pom.xml	2019-10-29 15:22:46.126370105 +0100
+++ pom.xml	2019-10-29 15:22:29.466289137 +0100
@@ -77,8 +77,8 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>2.0.2</version>
 				<configuration>
-					<source>1.6</source>
-					<target>1.6</target>
+					<source>1.7</source>
+					<target>1.7</target>
 					<encoding>UTF-8</encoding>
 				</configuration>
 			</plugin>