Skip to content

Commit

Permalink
Merge pull request #153 from GoogleCloudPlatform/java7
Browse files Browse the repository at this point in the history
Change Hello World compiler to Java 7.
  • Loading branch information
lesv committed Apr 11, 2016
2 parents c1bdd10 + 08b779d commit f4d5d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions managed_vms/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<version>3.3</version>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f4d5d66

Please sign in to comment.