[Project] changed Java version frm 1.6 to 1.7 in pom.xml

This commit is contained in:
Robert von Burg 2013-09-16 07:47:08 +02:00
parent 618369378e
commit 9f9f7b0216
1 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@
<dependency>
<groupId>ch.eitchnet</groupId>
<artifactId>ch.eitchnet.utils</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
<!-- logging -->
@ -134,8 +134,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>