Skip to content

Commit 4dd1949

Browse files
authored
Update pom.xml
1 parent e9a565b commit 4dd1949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
<artifactId>maven-compiler-plugin</artifactId>
122122
<version>3.7.0</version>
123123
<configuration>
124-
<source>1.7</source>
125-
<target>1.7</target>
124+
<source>1.8</source>
125+
<target>1.8</target>
126126
<encoding>UTF-8</encoding>
127127
<showWarnings>true</showWarnings>
128128
<showDeprecation>true</showDeprecation>

0 commit comments

Comments
 (0)