Skip to content

Commit

Permalink
maven conf changes, add source and target for build
Browse files Browse the repository at this point in the history
  • Loading branch information
pafciu17 committed Feb 27, 2014
1 parent 5e9059d commit ecb6b8e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,16 @@
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit ecb6b8e

Please sign in to comment.