Skip to content

Commit 47eb625

Browse files
Update source and target values to 1.7 in pom.xml
1 parent 53ee2d2 commit 47eb625

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
@@ -79,8 +79,8 @@
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-compiler-plugin</artifactId>
8181
<configuration>
82-
<source>1.5</source>
83-
<target>1.5</target>
82+
<source>1.7</source>
83+
<target>1.7</target>
8484
</configuration>
8585
</plugin>
8686
<plugin>

0 commit comments

Comments
 (0)