Skip to content

Commit f4d5d66

Browse files
committed
Merge pull request #153 from GoogleCloudPlatform/java7
Change Hello World compiler to Java 7.
2 parents c1bdd10 + 08b779d commit f4d5d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

managed_vms/helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<version>3.3</version>
5050
<artifactId>maven-compiler-plugin</artifactId>
5151
<configuration>
52-
<source>1.8</source>
53-
<target>1.8</target>
52+
<source>1.7</source>
53+
<target>1.7</target>
5454
</configuration>
5555
</plugin>
5656
<plugin>

0 commit comments

Comments
 (0)