Skip to content

Commit

Permalink
WW-4503 Build Struts with JDK 7
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftelan committed May 22, 2015
1 parent 9a33d29 commit e262854
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,10 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e262854

Please sign in to comment.