Skip to content

Commit e40aebc

Browse files
plamentotevmichael-o
authored andcommitted
Upgrade the minimum required Java version to Java 7
1 parent fb4087b commit e40aebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
<plugin>
167167
<artifactId>maven-compiler-plugin</artifactId>
168168
<configuration>
169-
<source>1.6</source>
170-
<target>1.6</target>
169+
<source>1.7</source>
170+
<target>1.7</target>
171171
</configuration>
172172
</plugin>
173173
</plugins>

0 commit comments

Comments
 (0)