maven java version fix
This commit is contained in:
parent
3045d5b42c
commit
c354c19974
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -35,7 +35,7 @@
|
|||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<configuration>
|
||||
<source>1.7</source>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue