Skip to content

Commit

Permalink
move to java 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mavlyutov committed Feb 5, 2015
1 parent 48f2ede commit ba436c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jclouds-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
<goal>testCompile</goal>
</goals>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</execution>
<execution>
Expand All @@ -137,14 +137,14 @@
<goal>compile</goal>
</goals>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</execution>
</executions>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ba436c9

Please sign in to comment.