We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1bdd10 + 08b779d commit f4d5d66Copy full SHA for f4d5d66
1 file changed
managed_vms/helloworld/pom.xml
@@ -49,8 +49,8 @@
49
<version>3.3</version>
50
<artifactId>maven-compiler-plugin</artifactId>
51
<configuration>
52
- <source>1.8</source>
53
- <target>1.8</target>
+ <source>1.7</source>
+ <target>1.7</target>
54
</configuration>
55
</plugin>
56
<plugin>
0 commit comments