Skip to content

Commit

Permalink
Removed compiler reference in pom.xml and MavenJavaCompilerFacet now …
Browse files Browse the repository at this point in the history
…sets source/target to 1.7
  • Loading branch information
gastaldi committed Dec 21, 2013
1 parent 0232d39 commit c086fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions core/addon/pom.xml
Expand Up @@ -111,14 +111,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
Expand Up @@ -72,8 +72,8 @@ public boolean install()
Xpp3Dom dom = Xpp3DomBuilder.build(
new ByteArrayInputStream(
("<configuration>" +
"<source>1.6</source>" +
"<target>1.6</target>" +
"<source>1.7</source>" +
"<target>1.7</target>" +
"<encoding>UTF-8</encoding>" +
"</configuration>").getBytes()),
"UTF-8");
Expand Down

0 comments on commit c086fd8

Please sign in to comment.