Skip to content

Commit ed17453

Browse files
Update source and target values to 1.7 in pom.xml
1 parent bd686c6 commit ed17453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-compiler-plugin</artifactId>
8282
<configuration>
83-
<source>1.5</source>
84-
<target>1.5</target>
83+
<source>1.7</source>
84+
<target>1.7</target>
8585
</configuration>
8686
</plugin>
8787
<plugin>

0 commit comments

Comments
 (0)