hejq 7 rokov pred
rodič
commit
ca46ec7f6e
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -255,8 +255,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
-					<source>1.7</source>
-					<target>1.7</target>
+					<source>1.8</source>
+					<target>1.8</target>
 				</configuration>
 			</plugin>
 			<plugin>