Skip to content

Commit 5d47e3e

Browse files
committed
1.8
1 parent fa4d2d9 commit 5d47e3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pay-java-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-compiler-plugin</artifactId>
105105
<configuration>
106-
<source>1.7</source>
107-
<target>1.7</target>
106+
<source>1.8</source>
107+
<target>1.8</target>
108108
<encoding>UTF-8</encoding>
109109
</configuration>
110110
</plugin>

0 commit comments

Comments
 (0)