Skip to content

Commit

Permalink
FORGE-2499: Upgraded to JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 13, 2015
1 parent 4134ba4 commit 4400fc7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -50,6 +51,9 @@
</prerequisites>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>

Expand Down Expand Up @@ -94,7 +98,7 @@
<module>rest-client</module>
<module>ui</module>
<module>scaffold</module>
<module>script</module>
<module>script</module>
<module>shell</module>
<module>templates</module>
<module>text</module>
Expand Down Expand Up @@ -128,7 +132,7 @@
<module>rest-client</module>
<module>ui</module>
<module>scaffold</module>
<module>script</module>
<module>script</module>
<module>shell</module>
<module>templates</module>
<module>text</module>
Expand Down Expand Up @@ -237,7 +241,7 @@
<inherited>true</inherited>
<configuration>
<preparationGoals>clean install</preparationGoals>
<releaseProfiles>release</releaseProfiles>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 4400fc7

Please sign in to comment.